Aggregated and anonymized data from 80k+ sites using tarteaucitron.
compteur
requests / 30 days
0% consent
Compteur.fr and GDPR: how to manage consent
Compteur.fr 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 Compteur.fr requires consent, the service should only be activated after the visitor has made a choice. tarteaucitron can condition its loading on that decision.
Managing Compteur.fr with tarteaucitron
When Compteur.fr 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 Compteur.fr
No cookie name is currently declared in the tarteaucitron integration for Compteur.fr. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.
Configuring Compteur.fr
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Compteur.fr.
<script>
tarteaucitron.user.compteurID = 'compteurID';
(tarteaucitron.job = tarteaucitron.job || []).push('compteur');
</script>
Code to remove
Default HTML code to remove from your website:
<span id="wtscompteurID"></span>
<script>
var wts7 = {};
var wts=document.createElement('script');wts.async=true;
wts.src='https://server2.compteur.fr/log7.js';document.head.appendChild(wts);
wts.onload = function(){ wtslog7(compteurID,1); };
</script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Compteur.fr, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Compteur.fr privacy information
Frequently asked questions about Compteur.fr
Does Compteur.fr require consent?
It depends on how Compteur.fr 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 Compteur.fr?
tarteaucitron controls the activation of Compteur.fr 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.