Aggregated and anonymized data from 80k+ sites using tarteaucitron.
activecampaign
requests / 30 days
9.09% consent
Active Campaign: advertising cookies and consent
Active Campaign is used for advertising, conversion measurement or campaign personalisation. These purposes may involve tracking technologies used to measure or associate visitor behaviour.
Advertising trackers generally require prior consent. Integrating Active Campaign with tarteaucitron makes it possible to control its activation according to the visitor’s choice.
Managing Active Campaign with tarteaucitron
When Active Campaign 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
No cookie name is currently declared in the tarteaucitron integration for Active Campaign. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.
Configuring Active Campaign
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Active Campaign.
<script>
tarteaucitron.user.actid = 'actid';
(tarteaucitron.job = tarteaucitron.job || []).push('activecampaign');
</script>
Code to remove
Default HTML code to remove from your website:
<script type="text/javascript">
var trackcmp_email = '';
var trackcmp = document.createElement("script");
trackcmp.async = true;
trackcmp.type = 'text/javascript';
trackcmp.src = '//trackcmp.net/visit?actid=actid&e='+encodeURIComponent(trackcmp_email)+'&r='+encodeURIComponent(document.referrer)+'&u='+encodeURIComponent(window.location.href);
var trackcmp_s = document.getElementsByTagName("script");
if (trackcmp_s.length) {
trackcmp_s[0].parentNode.appendChild(trackcmp);
} else {
var trackcmp_h = document.getElementsByTagName("head");
trackcmp_h.length && trackcmp_h[0].appendChild(trackcmp);
}
</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, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Active Campaign privacy information
Frequently asked questions about Active Campaign
Does Active Campaign require consent?
When used for advertising or conversion measurement, Active Campaign generally requires prior consent when non-essential tracking technologies or advertising data are involved.
How does tarteaucitron block Active Campaign?
tarteaucitron controls the activation of Active Campaign 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.