Aggregated and anonymized data from 80k+ sites using tarteaucitron.
collectchat
requests / 30 days
68.89% consent
Collect Chat: cookies and consent management
Collect Chat is a third-party service that can be integrated into a website. Activating it may involve data exchanges with the provider or browser-side storage mechanisms.
When Collect Chat requires visitor consent, tarteaucitron can condition its activation on the choice made through the consent interface.
Managing Collect Chat with tarteaucitron
When Collect Chat 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 Collect Chat
No cookie name is currently declared in the tarteaucitron integration for Collect Chat. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.
Configuring Collect Chat
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Collect Chat.
<script>
tarteaucitron.user.collectchatId = 'ID';
(tarteaucitron.job = tarteaucitron.job || []).push('collectchat');
</script>
Code to remove
Default HTML code to remove from your website:
<script>(function(w, d) { w.CollectId = "ID"; var h = d.head || d.getElementsByTagName("head")[0]; var s = d.createElement("script"); s.setAttribute("type", "text/javascript"); s.async=true; s.setAttribute("src", https://collectcdn.com/launcher.js); h.appendChild(s); })(window, document);</script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Collect Chat, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Collect Chat privacy information
Frequently asked questions about Collect Chat
Does Collect Chat require consent?
Whether Collect Chat requires consent depends on the data processed, tracking technologies used and the purpose of the service.
How does tarteaucitron block Collect Chat?
tarteaucitron controls the activation of Collect Chat 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.