Content Pass with AdConsent
Content Pass is integrated with AdConsent as an out-of-the-box solution. However, working with Content Pass requires additional steps. Please get in touch with your Snigel Account Manager for details.
General Tasks
Here, all general tasks are listed. Contentpass does not directly obtain or store any user consent or any other personal data.
Steps:
Make sure no third party resources are loaded without consent
Sign up for a contentpass account
Configure CNAME Record for contentpass Session Management
Mention contentpass in Privacy Policy
Integrate contentpass with your CMP
0. Load third party resources after consent
Before integrating contentpass, make sure your website is not loading any third party resources without user consent. See this page for technical details on how to do so.
1. Sign up for contentpass
AdConsent works with Contentpass out of the box - to use AdConsent with AdEngine please contact your Snigel Account Manager - they will sign up for content pass and manage the configuration steps.
2. Configure CNAME Record for contentpass Session Management
Since 3rd-party cookies don't work reliably anymore in most browsers, contentpass subscribers must be identified using a 1st-party session.
To simplify handling of these 1st-party sessions, contentpass provides an endpoint that must be configured behind a CNAME subdomain of the publisher's first-party domain.
In the following example we assume that the publisher's website is: https://www.example.com
and the propertyId
is 1234abcd
. Please contact your Snigel Account Manager for details.
A CNAME must be set up as follows:
cp.example.com. 300 IN CNAME 1234abcd.with.contentpass.net.
Once the CNAME has been set up, contentpass will automatically provision the required SSL certificates.
3. Mention contentpass in Privacy Policy
While we do not process any data of non-subscribers, we receive the IP addresses of your visitors for technical reasons. Please inform your visitors about this data processing and link to our privacy policy by including the following snippet on your privacy policy page:
Languages ….
Note:
Link target for login:
javascript: cp('login');
Link target for signup:
javascript: cp('signup');
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.