Aggregated and anonymized data from 80k+ sites using tarteaucitron.
wysistathightrack
requests / 30 days
62.5% consent
Wysistat (privacy by design) and GDPR: how to manage consent
Wysistat (privacy by design) 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 Wysistat (privacy by design) requires consent, the service should only be activated after the visitor has made a choice. tarteaucitron can condition its loading on that decision.
Managing Wysistat (privacy by design) with tarteaucitron
When Wysistat (privacy by design) 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 Wysistat (privacy by design)
The current tarteaucitron integration declares 1 cookie associated with Wysistat (privacy by design):
This list corresponds to the cookies currently declared in the tarteaucitron service definition. The service provider may change its technical implementation over time.
Configuring Wysistat (privacy by design)
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Wysistat (privacy by design).
<script>
tarteaucitron.user.wysistatNom = 'nom';
(tarteaucitron.job = tarteaucitron.job || []).push('wysistathightrack');
</script>
Code to remove
Default HTML code to remove from your website:
<script type="text/javascript">
var _wsq = _wsq || [];
_wsq.push(['_setNom', 'nom']);
_wsq.push(['_wysistat']);
(function(){
var ws = document.createElement('script');
ws.type = 'text/javascript';
ws.async = true;
ws.src = ('https:' == document.location.protocol ? 'https://www/' : 'http://www/') + '.wysistat.com/ws.jsa';
var s = document.getElementsByTagName('script')[0]||document.getElementsByTagName('body')[0];
s.parentNode.insertBefore(ws, s);
})();
</script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Wysistat (privacy by design), cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Wysistat (privacy by design) privacy information
Frequently asked questions about Wysistat (privacy by design)
Does Wysistat (privacy by design) require consent?
It depends on how Wysistat (privacy by design) 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 Wysistat (privacy by design)?
tarteaucitron controls the activation of Wysistat (privacy by design) 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.