Aggregated and anonymized data from 80k+ sites using tarteaucitron.
eulerian
requests / 30 days
26.14% consent
Eulerian (not officially supported) and GDPR: how to manage consent
Eulerian (not officially supported) 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 Eulerian (not officially supported) requires consent, the service should only be activated after the visitor has made a choice. tarteaucitron can condition its loading on that decision.
Managing Eulerian (not officially supported) with tarteaucitron
When Eulerian (not officially supported) 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 Eulerian (not officially supported)
No cookie name is currently declared in the tarteaucitron integration for Eulerian (not officially supported). This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.
Configuring Eulerian (not officially supported)
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Eulerian (not officially supported).
<script>
tarteaucitron.user.eulerianHost = 'host';
(tarteaucitron.job = tarteaucitron.job || []).push('eulerian');
</script>
Code to remove
Default HTML code to remove from your website:
<script type="text/javascript">
(function(e,a){var i=e.length,y=5381,k='script',s=window,v=document,o=v.createElement(k);for(;i;){i-=1;y=(y*33)^e.charCodeAt(i)}y='_EA_'+(y>>>=0);(function(e,a,s,y){s[a]=s[a]||function(){(s[y]=s[y]||[]).push(arguments);s[y].eah=e;};}(e,a,s,y));i=new Date/1E7|0;o.ea=y;y=i%26;o.async=1;o.src='//'+e+'/'+String.fromCharCode(97+y,122-y,65+y)+(i%1E3)+'.js?2';s=v.getElementsByTagName(k)[0];s.parentNode.insertBefore(o,s);})
('host','EA_push');
EA_push();
</script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Eulerian (not officially supported), cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Eulerian (not officially supported) privacy information
Frequently asked questions about Eulerian (not officially supported)
Does Eulerian (not officially supported) require consent?
It depends on how Eulerian (not officially supported) 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 Eulerian (not officially supported)?
tarteaucitron controls the activation of Eulerian (not officially supported) 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.