Aggregated and anonymized data from 80k+ sites using tarteaucitron.
pipedrive
requests / 30 days
0% consent
Pipedrive: support widgets and consent
Pipedrive 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 Pipedrive according to the visitor’s choice when its use requires consent.
Managing Pipedrive with tarteaucitron
When Pipedrive 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 Pipedrive
No cookie name is currently declared in the tarteaucitron integration for Pipedrive. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.
Configuring Pipedrive
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Pipedrive.
<script>
tarteaucitron.user.pipedriveCompany = companyId;
(tarteaucitron.job = tarteaucitron.job || []).push('pipedrive');
</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.pipedriveCompany = 'playbookUuid';</script>
Code to remove
Default HTML code to remove from your website:
<script>
window.pipedriveLeadboosterConfig
= {base: 'leadbooster-chat.pipedrive.com',companyId: companyId,playbookUuid: 'playbookUuid',version: 2};(function () {var w = window;if (w.LeadBooster) {console.warn('LeadBooster already exists');} else {w.LeadBooster = {q: [],on: function
(n, h) {this.q.push({ t: 'o', n: n, h: h });},trigger: function (n) {this.q.push({ t: 't', n: n });},};}})();</script><script src="https://leadbooster-chat.pipedrive.com/assets/loader.js"
async>
<iframe
role="complementary" scrolling="no" id="LeadboosterContainer" title="Chatbot" class="proactiveChat" style="height:140px !important"></iframe>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Pipedrive, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Frequently asked questions about Pipedrive
Does Pipedrive require consent?
Whether Pipedrive requires consent depends on its configuration, the technologies used and the purpose of the processing.
How does tarteaucitron block Pipedrive?
tarteaucitron controls the activation of Pipedrive 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.