Content Pass with AdConsent
AdConsent is a Snigel CMP solution, ; if you are already working with Snigel and use AdConsent - Content Pass using AdConsent—Content Pass, full activation would require a few steps from Your - Publisher end, as well as from your Account Manageryour publisher end and your Snigel account manager. However, thanks to integration we are skipping ready integration, you can skip elements like “account creation with Content pass” or “integrate in CMP” into CMP,” as those are already done and managed by Snigel.
What needs to be done by you, the Publisher?
First of all, if you are interested, please contact get in touch with your account manager at Snigel. They will be able to guide you through the activation steps. If you are here just to read what is to must be done, here is very general information.
Contentpass does not directly obtain or store user consent or personal data.
General steps:
Make sure no third-party resources are loaded without consent
Configure CNAME Record for content pass Session Management
Mention contentpass Content Pass in the Privacy Policy
Sign DPA with Content Pass
Communicate with your Account Manager about changes
0. Load third-party resources after consent
Before integrating Content Pass, ensure your website is not loading any third-party resources without user consent. Content Pass provides a page with technical details on how to manage third-party resources. However, as each CMP implementation is differentdiffers, please check with your Account Manager code to be used with AdConsent.
...
What about the Snigel loader code? This code loads AdConsent with Content Pass, and we don’t collect user information; we only place a necessary cookie with consent information, so it can’t be delayed. However, all other sources that we load are delayed till the user gives their consent.
...
until the user consents.
To help you manage third-party resources, we prepared a Playbook to guide you with implementation.
View file |
---|
name | CONTENT PASS PLAYBOOK.pdf |
---|
|
1. Configure CNAME Record for content pass Session Management
Since 3rd-party cookies no longer work reliably in most browsers, Content Pass subscribers must be identified using a 1st-party session. Contentpass does not directly obtain or store user consent or personal data.
To simplify handling of these 1st-party sessions, Content Pass provides an endpoint that must be configured behind a CNAME subdomain of the publisher's first-party domain.
...
Once the CNAME has been set up, contentpass Content Pass will automatically provision provide the required SSL certificates.
...
2. Mention Content Pass in the Privacy Policy
While Content Pass does not process non-subscribers ' data, they receive it receives your visitors' IP addresses for technical reasons. Please inform your visitors about this data processing and link to their privacy policy by including the following snippet on your privacy policy page:
This is currently available in seven languages , as follows, and can also be found here.
Privacy Policy addendum
Expand |
---|
|
Code Block |
---|
| <h3>contentpass</h3>
<p>Auf unserer Website bieten wir Ihnen einen Service zum werbe- und tracking-freien Zugang an. Dieser Service nennt sich contentpass und ist ein Angebot der Content Pass GmbH, Wolfswerder 58, 14532 Kleinmachnow, Deutschland. Beim Abschluss des Service wird contentpass Ihr Vertragspartner. Weitere Informationen zu diesem Service finden Sie auf <a href="https://www.contentpass.net/">contentpass.net</a>.</p>
<p>Um Ihnen diesen Service auf unserer Webseite anzuzeigen und damit anbieten können, verarbeitet contentpass, in unserem Auftrag, zu Beginn Ihres Webseitenaufrufs Ihre IP-Adresse. Für die Registrierung sowie die Vertragsabwicklung des contentpass und die damit einhergehende Datenverarbeitung ist contentpass Verantwortlicher im Sinne der DS-GVO. Wir sind ausschließlich Verantwortlicher für die Verarbeitung Ihrer IP-Adresse. Für weitere Informationen bezüglich der Datenverarbeitung bei contentpass, lesen Sie bitte die dortigen <a href="https://www.contentpass.net/privacy">Datenschutzhinweise</a>.</p>
<p>Grundlage für die Datenverarbeitung der IP-Adresse, im Rahmen unserer Auftragsverarbeitung mit contentpass, ist unser berechtigtes Interesse Ihnen die Möglichkeit zu bieten, unsere Webseite werbe- und tracking-frei aufrufen zu können und Ihr Interesse an der Nutzung unserer Webseite praktisch ohne Werbung und Tracking [Art. 6 Abs. 1 S. 1 lit. f.) DS-GVO]. Zudem erfüllen wir hiermit die rechtliche Verpflichtung, eine rechtskonforme Zustimmung in einwilligungsbedürftige Datenverarbeitungen einzuholen [Art. 6 Abs. 1 lit. c) DS-GVO].</p>
<p>Sie können sich <a href="https://www.contentpass.net/login/" onclick="cp('login'); return false;" target="_self" >hier</a > in Ihren contentpass Account einloggen, und sich <a href="https://www.contentpass.net/register/" onclick="cp('signup'); return false;" target="_self" >hier</a> für contentpass anmelden. </p> |
|
...
...
...
on
...
...
...
Content
...
Expand |
---|
|
Code Block |
---|
| <h3>contentpass</h3>
<p>Na naszej stronie internetowej oferujemy Państwu usługę <a href="https://www.contentpass.net">dostępu bez reklam i śledzenia dzięki contentpass</a>. Jest to oferta firmy Content Pass GmbH, Wolfswerder 58, 14532 Kleinmachnow, Niemcy. Kiedy wykupują Państwo usługę, contentpass staje się Państwa partnerem umownym</p>
<p>Aby móc wyświetlić i tym samym zaoferować Państwu tę usługę na naszej stronie internetowej,
contentpass, w naszym imieniu, przetwarza Państwa adres IP na początku Państwa wizyty na stronie.
W przypadku rejestracji, jak również przetwarzania umów przez contentpass i związanego z tym przetwarzania
danych, contentpass jest administratorem danych w rozumieniu DS-GVO.
Za przetwarzanie Państwa adresu IP odpowiadamy wyłącznie my.</p>
<p>Podstawą przetwarzania danych dotyczących adresu IP, w ramach przetwarzania umowy z contentpass,
jest nasz uzasadniony interes w oferowaniu Państwu możliwości dostępu do naszej strony
internetowej bez reklam i śledzenia oraz Państwa interes w korzystaniu z naszej strony
internetowej praktycznie bez reklam i śledzenia [Art. 6 ust. 1 pkt 1 lit. f) GDPR]. Ponadto niniejszym
spełniamy obowiązek prawny uzyskania zgodnej z prawem zgody na przetwarzanie
danych wymagające zgody [Art. 6 ust. 1 lit. c) GDPR].</p>
<p>Proszę kliknąć na poniższe linki, aby dowiedzieć się <a href="https://www.contentpass.net/privacy">więcej o ochronie danych w contentpass</a>, aby <a
href="https://www.contentpass.net/login/"
onclick="cp('login'); return false;"
target="_self"
>zalogować się na swoje konto w contentpass</a> lub <a
href="https://www.contentpass.net/register/"
onclick="cp('signup'); return false;"
target="_self"
>zarejestrować się w contentpass</a>.
</p> |
|
Expand |
---|
|
Code Block |
---|
| <h3>contentpass</h3>
<p>En nuestro sitio web le ofrecemos un servicio de acceso sin publicidad ni técnicas de seguimiento. Este servicio se llama contentpass y lo ofrece Content Pass GmbH, Wolfswerder 58, 14532 Kleinmachnow, Alemania. Al suscribirse al servicio, éste lo contratará directamente con contentpass. Puede encontrar más información sobre este servicio en <a href="https://www.contentpass.net/register/" onclick="cp('signup'); return false;" target="_self">contentpass.net</a>.</p>
<p>Para poder mostrarle y ofrecerle este servicio en nuestro sitio web, contentpass trata su dirección IP en nuestro nombre al comienzo de su visita al sitio web. Para el registro en contentpass y el tratamiento de datos asociado, contentpass es el responsable del tratamiento en el sentido del RGPD. Somos los únicos responsables del tratamiento de su dirección IP. Para obtener más información sobre el tratamiento de datos en contentpass, lea su <a href="https://www.contentpass.net/es/privacy">política de privacidad.</a></p>
<p>La base para el tratamiento de datos de la dirección IP, en lo que se refiere a nuestra colaboración con contentpass, es nuestro interés legítimo en ofrecerle la oportunidad de acceder a nuestro sitio web libre de publicidad y técnicas de seguimiento, así como su interés en utilizar nuestro sitio web prácticamente sin publicidad y técnicas de seguimiento [Art. 6 párr. 1 p. 1 lit. f) RGPD]. Además, con el presente documento cumplimos la obligación legal de obtener un consentimiento conforme a derecho para el tratamiento de datos que requiera consentimiento [Art. 6 párr. 1 lit. c) RGPD].</p>
<p>Por favor, haga clic en los siguientes enlaces para <a href="https://www.contentpass.net/es/privacy">obtener más información sobre protección de datos en contentpass</a>, para <a href="https://www.contentpass.net/login/" onclick="cp('login'); return false;" target="_self" >iniciar sesión en su cuenta de contentpass</a> o para <a href="https://www.contentpass.net/register/" onclick="cp('signup'); return false;" target="_self">registrarse en contentpass</a>.</p> |
|
Expand |
---|
title | Portuguese (PT) <HTML> |
---|
|
Code Block |
---|
| <h3>contentpass</h3>
<p>No nosso website oferecemos-lhe um serviço de <a href="https://contentpass.net">acesso livre de publicidade e rastreio com o contentpass</a>. Esta é uma oferta da Content Pass GmbH, Wolfswerder 58, 14532 Kleinmachnow, Alemanha. Quando você aceita o serviço, o contentpass torna-se o seu parceiro contratual. </p>
<p>Para poder exibir e assim oferecer-lhe este serviço no nosso website, o contentpass, em nosso nome, processa o seu endereço IP no início da sua visita ao website. Para o registo, bem como para o processamento de contratos de contentpass e o processamento de dados associado, contentpass é o controlador no sentido do DS-GVO. Nós somos exclusivamente responsáveis pelo processamento do seu endereço IP.</p>
<p>A base para o processamento de dados do endereço IP, no âmbito do nosso processamento de contratos com contentpass, é o nosso legítimo interesse em oferecer-lhe a oportunidade de aceder ao nosso website sem publicidade e rastreio e o seu interesse em utilizar o nosso website praticamente sem publicidade e rastreio [Art. 6, par. 1 p. 1 lit. f) GDPR]. Além disso, cumprimos a obrigação legal de obter o consentimento legal para o processamento de dados que requerem consentimento [Art. 6, par. 1 lit. c) GDPR].</p>
<p>Por favor clique nos seguintes links para <a href="https://www.contentpass.net/privacy">saber mais sobre a protecção de dados no contentpass</a>, para <a href="https://www.contentpass.net/login/" onclick="cp('login'); return false;" target="_self" >para iniciar sessão na sua conta contentpass</a>, ou para <a href="https://www.contentpass.net/register/" onclick="cp('signup'); return false;" target="_self" >se registar no contentpass</a>. </p> |
|
Expand |
---|
|
Code Block |
---|
| <h3>contentpass</h3>
<p>Sul nostro sito web le offriamo un servizio di <a href="https://contentpass.net">accesso senza pubblicità e tracciamento con contentpass</a>. Questa è un'offerta di Content Pass GmbH, Wolfswerder 58, 14532 Kleinmachnow, Germania. Quando si sottoscrive il servizio, contentpass diventa il suo partner contrattuale.</p>
<p>Per poter visualizzare e quindi offrirle questo servizio sul nostro sito web, contentpass, per nostro conto, elabora il suo indirizzo IP all'inizio della sua visita al sito web. Per la registrazione e l'elaborazione del contratto di contentpass e il relativo trattamento dei dati, contentpass è il responsabile del trattamento ai sensi del DS-GVO. Siamo esclusivamente responsabili dell'elaborazione del suo indirizzo IP.</p>
<p>La base per il trattamento dei dati dell'indirizzo IP, nell'ambito del nostro contratto di elaborazione con contentpass, è il nostro legittimo interesse ad offrirle l'opportunità di accedere al nostro sito web senza pubblicità e tracciamento e il suo interesse ad utilizzare il nostro sito web praticamente senza pubblicità e tracciamento [Art. 6 comma 1 p. 1 lit. f) GDPR]. Inoltre, con la presente adempiamo all'obbligo legale di ottenere un consenso legalmente conforme al trattamento dei dati che richiede il consenso [Art. 6 comma 1 lit. c) GDPR].</p>
<p>Clicchi sui seguenti link per saperne di <a href="https://www.contentpass.net/privacy">più sulla protezione dei dati in contentpass</a>, per <a href="https://www.contentpass.net/login/" onclick="cp('login'); return false;" target="_self" >accedere al suo account contentpass</a>, o per <a href="https://www.contentpass.net/register/" onclick="cp('signup'); return false;" target="_self">registrarsi a contentpass</a>.
</p> |
|
Pass pages - here.
Optional Content Pass login/signup link
Exposing the Contentpass login and signup is recommended as part of the privacy policy (already included in the Privacy Policy text) or somewhere else on the webpage. This is optional and only for publishers who would like want to expose the login/signup to the Content Pass option outside of the Privacy Policy page.
Login: cp('login');
...
In case of troubles with CMS types of sites, i.e., WordPress - it can be a simple link redirecting to https://www.contentpass.net/login/
3. Sign DPA with Content Pass
4. AdConsent contentpass integration
Contentpass is fully integrated with AdConsent - please contact your Snigel Account Manager for activation.
Please prepare a staging page - on which both the removal of 3rd party scripts as well as staging loader can be tested.As Content Pass will receive your user's IP information, a Data Protection Agreement must be signed with them. You will be provided the document by Snigel via the DocuSign system.
4. Communicate with your Account Manager about changes
Snigel and Content Pass support must verify all required changes on-site before Content Pass can be fully activated. Please communicate with your Account Manager about all needed changes. At some point, Content Pass will be deployed to production on your site for a complete check, and if all goes well, it will remind there—with information that it’s still in configuration—until Content Pass can confirm that all is done correctly.
Success! All done, all confirmed. Content Pass is now fully functional for visitors of your site.
Default code to delay loading of 3rd party resources
The code that will be served using this delay code might need adjustments depending on the technology in which your site is created and what kind of resource it should load.
Code Block |
---|
|
window.addEventListener('adnginLoaderReady', function() {
adconsent('isConsentWallUser', null, r => { if
(!r.hasSubscription) {
// load 3rd party resources here
}}); }); |