Criteo: GDPR, cookies and installation

Advertising
Consent-controlled integration
Criteo
No cookie listed Privacy policy Multiple instances
service criteo
18.4M
requests / 30 days

52.62% consent


Criteo: advertising cookies and consent

Criteo is used for advertising, conversion measurement or campaign personalisation. These purposes may involve tracking technologies used to measure or associate visitor behaviour.

Advertising trackers generally require prior consent. Integrating Criteo with tarteaucitron makes it possible to control its activation according to the visitor’s choice.

Managing Criteo with tarteaucitron

When Criteo is integrated through tarteaucitron, its activation is managed according to the visitor's consent choice. The service can therefore be loaded only when the corresponding permission has been granted and the visitor can later change this choice through the consent interface.

Cookies and storage used by Criteo

No cookie name is currently declared in the tarteaucitron integration for Criteo. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.

Configuring Criteo

Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Criteo.

<script>
(tarteaucitron.job = tarteaucitron.job || []).push('criteo');
</script>

Additional code

The following code can already be present on your website and should be kept where the service is used.

<div class="criteo-canvas" data-zoneid="zoneid"></div>

Code to remove

Default HTML code to remove from your website:

<script type="text/javascript"> document.MAX_ct0 =''; var m3_u = (location.protocol=='https:'?'https://cas.criteo.com/delivery/ajs.php?':'http://cas.criteo.com/delivery/ajs.php?'); var m3_r = Math.floor(Math.random()*99999999999); document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u); document.write ("zoneid=zoneid");document.write("&amp;nodis=1"); document.write ('&amp;cb=' + m3_r); if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used); document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : '')); document.write ("&amp;loc=" + escape(window.location)); if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer)); if (document.context) document.write ("&context=" + escape(document.context)); if ((typeof(document.MAX_ct0) != 'undefined') && (document.MAX_ct0.substring(0,4) == 'http')) { document.write ("&amp;ct0=" + escape(document.MAX_ct0)); } if (document.mmm_fo) document.write ("&amp;mmm_fo=1"); document.write ("'></scr"+"ipt>"); </script>

For a complete guide, read the documentation to install tarteaucitron.js.

Privacy information

For detailed information about the processing of data by Criteo, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:

Criteo privacy information

Frequently asked questions about Criteo

Does Criteo require consent?

When used for advertising or conversion measurement, Criteo generally requires prior consent when non-essential tracking technologies or advertising data are involved.

How does tarteaucitron block Criteo?

tarteaucitron controls the activation of Criteo according to the consent choice recorded for the visitor. The service code is triggered through tarteaucitron instead of being loaded independently from the consent manager.