Xiti: GDPR, cookies and installation

Analytics
Consent-controlled integration
Xiti
No cookie listed Privacy policy
service xiti
10.2M
requests / 30 days

34.27% consent


Xiti and GDPR: how to manage consent

Xiti is an audience measurement or analytics service. Depending on its configuration, its use may involve browser storage, tracking technologies or the transmission of data to a third-party provider.

When the configuration of Xiti requires consent, the service should only be activated after the visitor has made a choice. tarteaucitron can condition its loading on that decision.

Managing Xiti with tarteaucitron

When Xiti 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 Xiti

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

Configuring Xiti

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

<script>
tarteaucitron.user.xitiId = 'YOUR-ID';
tarteaucitron.user.xitiMore = function () { /* add here your optionnal xiti function */ };
(tarteaucitron.job = tarteaucitron.job || []).push('xiti');
</script>

Code to remove

Default HTML code to remove from your website:

<script type="text/javascript"> Xt_param = 's=YOUR-ID&p='; try {Xt_r = top.document.referrer;} catch(e) {Xt_r = document.referrer; } Xt_h = new Date(); Xt_i = '<img width="39" height="25" border="0" alt="" '; Xt_i += 'src="http://logv3.xiti.com/hit.xiti?'+Xt_param; Xt_i += '&hl='+Xt_h.getHours()+'x'+Xt_h.getMinutes()+'x'+Xt_h.getSeconds(); if(parseFloat(navigator.appVersion)>=4) {Xt_s=screen;Xt_i+='&r='+Xt_s.width+'x'+Xt_s.height+'x'+Xt_s.pixelDepth+'x'+Xt_s.colorDepth;} document.write(Xt_i+'&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'" title="Internet Audience">'); </script>

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

Privacy information

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

Xiti privacy information

Frequently asked questions about Xiti

Does Xiti require consent?

It depends on how Xiti is configured and which data is processed. Audience measurement tools using non-exempt tracking technologies generally need to be conditioned on the visitor’s consent.

How does tarteaucitron block Xiti?

tarteaucitron controls the activation of Xiti 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.