Handmatig openen / weer opduiken van de toestemmingslaag
Om gebruikers in staat te stellen hun keuzes later te wijzigen, toont de CMP meestal een voorkeurknop (of terugroepknop) in de linkerbenedenhoek van het venster:
De instellingen voor deze knop zijn te vinden in Menu > CMP's > CMP bewerken
Indien uitgeschakeld, raden we ten zeerste aan om een eigen link of knop aan uw website toe te voegen, zodat gebruikers hun toestemmingsinstellingen kunnen wijzigen.
Een voettekstlink toevoegen aan uw website
Als u wilt dat de toestemmingslaag wordt weergegeven (zelfs voor gebruikers die al toestemming hebben gegeven), kunt u dit doen door de pagina eenvoudig te laden met een hash (#cmpscreen
) of parameter (?cmpscreen
). Bijvoorbeeld: http://www.mywebsite.com/#cmpscreen
forceert het tonen van het toestemmingsscherm. U kunt de volgende codes gebruiken om een voettekstlink of iets dergelijks aan uw website toe te voegen:
1. Link to first page:
<a href="?cmpscreen" class="cmpfooterlink cmpfooterlinkcmp">Privacy settings</a>
2. Link to custom settings page:
<a href="?cmpscreencustom" class="cmpfooterlink cmpfooterlinkcmp">Privacy settings</a>
3. Link to privacy policy page:
<a href="?cmpscreenpolicy" class="cmpfooterlink cmpfooterlinkpcp">Privacy policy</a>
4. Link to cookies page:
<a href="?cmpscreencookie" class="cmpfooterlink cmpfooterlinkcmp">Cookies</a>
5. Only visible under GDPR, hidden for all others:
<a href="?cmpscreen" class="cmpfooterlink cmpfooterlinkhide cmpshowfooterlinkGDPR">Privacy settings</a>
6. Only visible under CCPA, hidden for all others:
<a href="?cmpscreen" class="cmpfooterlink cmpfooterlinkhide cmpshowfooterlinkCCPA">Privacy settings</a>
7. Not visible for GDPR, but all others:
<a href="?cmpscreen" class="cmpfooterlink cmphidefooterlinkGDPR">Privacy settings</a>
8. Not visible for CCPA, but all others:
<a href="?cmpscreen" class="cmpfooterlink cmphidefooterlinkCCPA">Privacy settings</a>
9. CCPA Opt-out link:
<a href="?cmpscreencustom" class="cmpoptoutfooterlink">Privacy settings</a>
10. CCPA Opt-out, Only visible for CCPA:
<a href="?cmpscreencustom" class="cmpoptoutfooterlink cmpfooterlinkhide cmpshowfooterlinkCCPA">Privacy settings</a>
11. CCPA Opt-out, Only visible for CCPA
<a href="?cmpscreencustom" class="cmpfooterlink cmpoptoutfooterlink cmpfooterlinkhide cmpshowfooterlinkCCPA">Privacy settings</a>
12. Link to Data Subject Requests Form (replace xxx with your ID):
<a href="?cmpscreendsar=xxx" class="cmpfooterlink cmpfooterlinkdsar">Data Subject Requests Form</a>
13. Link to Whistleblowing Form (replace xxx with your ID):
<a href="?cmpscreenwb=xxx" class="cmpfooterlink cmpfooterlinkwb">Whistleblowing Form</a>
Als alternatief kun je gebruiken #cmpscreencustom
or ?cmpscreencustom
om de pagina met aangepaste keuzes weer te geven in plaats van de welkomstpagina van het toestemmingsscherm.
<a href="/?cmpscreen">Cookie settings</a>
U kunt ook gebruik maken van de JavaScript API om de laag direct te laten openen.