Aggregated and anonymized data from 80k+ sites using tarteaucitron.
zopim
requests / 30 days
48.33% consent
Zopim: support widgets and consent
Zopim 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 Zopim according to the visitor’s choice when its use requires consent.
Managing Zopim with tarteaucitron
When Zopim 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 Zopim
The current tarteaucitron integration declares 2 cookies associated with Zopim:
This list corresponds to the cookies currently declared in the tarteaucitron service definition. The service provider may change its technical implementation over time.
Configuring Zopim
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Zopim.
<script>
tarteaucitron.user.zopimID = 'zopim_id';
(tarteaucitron.job = tarteaucitron.job || []).push('zopim');
</script>
Code to remove
Default HTML code to remove from your website:
<script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
$.src='//v2.zopim.com/?zopim_id';z.t=+new Date;$.
type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
</script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Zopim, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Frequently asked questions about Zopim
Does Zopim require consent?
Whether Zopim requires consent depends on its configuration, the technologies used and the purpose of the processing.
How does tarteaucitron block Zopim?
tarteaucitron controls the activation of Zopim 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.