Step 1: Add your dynamic script to your website

You should always add Leadoo’s dynamic script to your website’s <head> tag. The dynamic script enables the use of Leadoo’s conversion tools and the possibility to enable tracking. You can find your account’s dynamic script at the bottom of this page, after logging in to Leadoo. The dynamic script should fire on each page load regardless of the end-user’s cookie consent.
Additional information can be found here.

Step 2: How to set up tracking

Next you should confirm that Leadoo’s tracking settings are set up correctly. Tracking settings can be found on the same page as your dynamic script. By default Leadoo settings should be:

Referrer tracking: start tracking after analytics enabled

User tracking: never

Company tracking: same as user tracking

Remember to click “save” at the bottom of this screen when changing any settings.


Leadoo won’t track any users by default, only after cookie consent has been given by the end-user.

There are two options to enable Leadoo’s tracking:

  1. Add a custom consent handling script to your website <head> tag, under Leadoo’s dynamic script. Those scripts check if the cookie consent has been given by the user on each page load to determine if Leadoo’s tracking should be force-enabled. So it’s important that this script loads on each page load. You can find ready made custom consent handling scripts from here: Leadoo – Custom consent handling scripts.

    or
  2. Add the following script directly to CMP / Google Tag Manager. This code should fire only after a user accepts analytics cookies to force-enable tracking. If cookies are disabled, this script should be removed:

<script>

if (!window.ldanalytics) window.ldanalytics = [];

window.ldanalytics.push(function(a) {

a.toggleTracking(true, false);

});

</script>

There’s a useful video below and you can read more about how Leadoo tracking works here.

You can now try Leadoo for FREE