Woopra consent management

Analytics
Consent-controlled integration
Woopra
3 cookies listed Privacy policy
service woopra
0
requests / 30 days

0% consent


Woopra and GDPR: how to manage consent

Woopra 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 Woopra requires consent, the service should only be activated after the visitor has made a choice. tarteaucitron can condition its loading on that decision.

Managing Woopra with tarteaucitron

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

The current tarteaucitron integration declares 3 cookies associated with Woopra:

  • wooTracker
  • intercom-session-erbfalba
  • intercom-id-erbfalba

This list corresponds to the cookies currently declared in the tarteaucitron service definition. The service provider may change its technical implementation over time.

Configuring Woopra

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

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

Code to remove

Default HTML code to remove from your website:

<script> (function(){ var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/w.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e) })("woopra"); woopra.config({ domain: woopraDomain }); woopra.track(); </script>

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

Privacy information

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

Woopra privacy information

Frequently asked questions about Woopra

Does Woopra require consent?

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

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