Examples

Google AdSense

<script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

becomes:

<script
    data-cmp-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
    data-cmp-vendor="755"
    data-cmp-purposes="1,3,4"
    data-cmp-purposes-li="2,7,9,10">
</script>

Google Ad Manager

Conditioning Google Ad Manager with Limited Ads as fallback

<script src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>

becomes:

<script
    data-cmp-src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"
    data-cmp-vendor="755"
    data-cmp-purposes="1,3,4"
    data-cmp-purposes-li="2,7,9,10"
    data-cmp-fallback-src="https://pagead2.googlesyndication.com/tag/js/gpt.js"
    data-cmp-fallback-vendor="755"
    data-cmp-fallback-purposes-li="2,7,9,10">
</script>

Other examples

Example 1

Conditioning of a script for the partner 53 requiring consent for the purposes 1 and 3

Example 2

Conditioning of a script for the partner 81 requiring consent for the purpose 1 and the legitimate interest established for the purpose 6

Example 3

Conditioning of a pixel for the partner 29 requiring consent for the purposes 1 and 9

Example 4

Conditioning of a script requiring consent for the purpose 1 with loading of an alternative script in case of non-consent

Mis à jour

Ce contenu vous a-t-il été utile ?