Wysistat consent management

Analytics
Consent-controlled integration
Wysistat
1 cookie listed Privacy policy
service wysistat
0
requests / 30 days

0% consent


Wysistat and GDPR: how to manage consent

Wysistat 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 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 with tarteaucitron

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

The current tarteaucitron integration declares 1 cookie associated with Wysistat:

  • Wysistat

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

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

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

Additional code

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

<script type="text/javascript">tarteaucitron.user.wysistat = {"cli": "nom", "frm": "frame", "prm": "prm", "ce": "compteurExtranet", "page": "page", "roi": "roi", "prof": "profiling", "cpt": "compte"};</script>

Code to remove

Default HTML code to remove from your website:

<!--STATTAG--> <script type="text/javascript">var valeur=0;</script> <script type="text/javascript" src="https://www.wysistat.com/statistique.js";></script> <script type="text/javascript">if (valeur==1){stat("nom","frame","prm","compteurExtranet","page","roi","profiling","compte");}</script> <noscript><a href="[https://www.wysistat.com"]http://www.wysistat.com"; title="mesure audience internet">mesure d'audience</a></noscript> <!--/STATTAG-->

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

Privacy information

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

Wysistat privacy information

Frequently asked questions about Wysistat

Does Wysistat require consent?

It depends on how Wysistat 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?

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