Aggregated and anonymized data from 80k+ sites using tarteaucitron.
crisp
requests / 30 days
76.54% consent
Crisp Chat: support widgets and consent
Crisp Chat is a support, chat or customer relationship service. Loading it may establish a connection with a third-party provider and, depending on its configuration, use tracking technologies or process user data.
tarteaucitron can control the activation of Crisp Chat according to the visitor’s choice when its use requires consent.
Managing Crisp Chat with tarteaucitron
When Crisp 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 Crisp Chat
The current tarteaucitron integration declares 2 cookies associated with Crisp Chat:
This list corresponds to the cookies currently declared in the tarteaucitron service definition. The service provider may change its technical implementation over time.
Configuring Crisp Chat
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Crisp Chat.
<script>
tarteaucitron.user.crispID = 'ID';
(tarteaucitron.job = tarteaucitron.job || []).push('crisp');
</script>
Code to remove
Default HTML code to remove from your website:
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID=ID;(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Crisp Chat, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Crisp Chat privacy information
Frequently asked questions about Crisp Chat
Does Crisp Chat require consent?
Whether Crisp Chat requires consent depends on its configuration, the technologies used and the purpose of the processing.
How does tarteaucitron block Crisp Chat?
tarteaucitron controls the activation of Crisp 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.