Aggregated and anonymized data from 80k+ sites using tarteaucitron.
activecampaignvgo
requests / 30 days
40.21% consent
Active Campaign 2023: cookies and consent management
Active Campaign 2023 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 Active Campaign 2023 requires visitor consent, tarteaucitron can condition its activation on the choice made through the consent interface.
Managing Active Campaign 2023 with tarteaucitron
When Active Campaign 2023 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 Active Campaign 2023
No cookie name is currently declared in the tarteaucitron integration for Active Campaign 2023. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.
Configuring Active Campaign 2023
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Active Campaign 2023.
<script>
tarteaucitron.user.activecampaignAccount = 'Account';
(tarteaucitron.job = tarteaucitron.job || []).push('activecampaignvgo');
</script>
Code to remove
Default HTML code to remove from your website:
<script type="text/javascript">
(function(e,t,o,n,p,r,i){e.visitorGlobalObjectAlias=n;e[e.visitorGlobalObjectAlias]=e[e.visitorGlobalObjectAlias]||function(){(e[e.visitorGlobalObjectAlias].q=e[e.visitorGlobalObjectAlias].q||[]).push(arguments)};e[e.visitorGlobalObjectAlias].l=(new Date).getTime();r=t.createElement("script");r.src=o;r.async=true;i=t.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i)})(window,document,"https://diffuser-cdn.app-us1.com/diffuser/diffuser.js","vgo");
vgo('setAccount', 'Account');
vgo('setTrackByDefault', true);
vgo('process');
</script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Active Campaign 2023, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Active Campaign 2023 privacy information
Frequently asked questions about Active Campaign 2023
Does Active Campaign 2023 require consent?
Whether Active Campaign 2023 requires consent depends on the data processed, tracking technologies used and the purpose of the service.
How does tarteaucitron block Active Campaign 2023?
tarteaucitron controls the activation of Active Campaign 2023 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.