Manually display the CMP

It is possible to trigger the display of the CMP with the JavaScript command window.Sddan.cmp.displayUI(). Depending on your needs, you can integrate it in a JavaScript script or in an HTML link on your site.

Please note that this command will display the CMP only for users for whom GDPR applies, depending on your CMP configuration. For other users, the CMP will not be displayed.

A text to add in your privacy policy is provided in the installation step of your CMP. It contains in particular the link allowing users to revisit/modify their choices.

//JavaScript script
<script>window.Sddan.cmp.displayUI();</script>

//HTML link
<a href="javascript:window.Sddan.cmp.displayUI();">Cookies settings</a>

Last updated