Aggregated and anonymized data from 80k+ sites using tarteaucitron.
tolkai
requests / 30 days
39.14% consent
tolk.ai: cookies and consent management
tolk.ai 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 tolk.ai requires visitor consent, tarteaucitron can condition its activation on the choice made through the consent interface.
Managing tolk.ai with tarteaucitron
When tolk.ai 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 tolk.ai
No cookie name is currently declared in the tarteaucitron integration for tolk.ai. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.
Configuring tolk.ai
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by tolk.ai.
<script>
tarteaucitron.user.tolkaiBot = 'bot';
(tarteaucitron.job = tarteaucitron.job || []).push('tolkai');
</script>
Code to remove
Default HTML code to remove from your website:
<script>
var tcfbot = "bot";
var TcfWbchtParams = { behaviour: 'default' };
var display = 'iframe';
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://script.tolk.ai/iframe-latest.js';
document.body.appendChild(script);
</script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by tolk.ai, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Frequently asked questions about tolk.ai
Does tolk.ai require consent?
Whether tolk.ai requires consent depends on the data processed, tracking technologies used and the purpose of the service.
How does tarteaucitron block tolk.ai?
tarteaucitron controls the activation of tolk.ai 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.