Passive mode

If you don't want the CMP to automatically surface the UI on some pages of your site, you can enable the passive mode on a per-page basis by adding the script below between the 2 parts of your tag:

<script>window.Sddan = {"cmp": {"options": {"passive": true}}};</script>

By enabling the passive mode, the UI will only be surfaced on manual action from the user, either by clicking on the "Cookies settings" button (if enabled) or by clicking on the link added to your site.

This does not pause the operation of the CMP, API commands remain available and consent signals are sent in the same way.

Last updated