Aggregated and anonymized data from 80k+ sites using tarteaucitron.
snapchat
requests / 30 days
26.98% consent
Snapchat and GDPR: how to manage consent
Snapchat 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 Snapchat requires consent, the service should only be activated after the visitor has made a choice. tarteaucitron can condition its loading on that decision.
Managing Snapchat with tarteaucitron
When Snapchat 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 Snapchat
No cookie name is currently declared in the tarteaucitron integration for Snapchat. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.
Configuring Snapchat
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Snapchat.
<script>
tarteaucitron.user.snapchatId = 'snapchatId';
tarteaucitron.user.snapchatMore = function () { /* add here your optionnal snapchat function */ };
(tarteaucitron.job = tarteaucitron.job || []).push('snapchat');
</script>
Additional code
The following code can already be present on your website and should be kept where the service is used.
<script>tarteaucitron.user.snapchatEmail = 'snapchatEmail';</script>
Code to remove
Default HTML code to remove from your website:
<script type='text/javascript'> (function(e,t,n){if(e.snaptr)return;var a=e.snaptr=function() {a.handleRequest?a.handleRequest.apply(a,arguments):a.queue.push(arguments)}; a.queue=[];var s='script';r=t.createElement(s);r.async=!0; r.src=n;var u=t.getElementsByTagName(s)[0]; u.parentNode.insertBefore(r,u);})(window,document, 'https://sc-static.net/scevent.min.js'); snaptr('init', 'snapchatId', { 'user_email': 'snapchatEmail' }); snaptr('track', 'PAGE_VIEW'); </script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Snapchat, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Frequently asked questions about Snapchat
Does Snapchat require consent?
It depends on how Snapchat 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 Snapchat?
tarteaucitron controls the activation of Snapchat 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.