Installing the tracking script
About the Tracking Script
The tracking script allows us to see who clicked an affiliate link, and signed up after. A cookie 🍪 gets placed on the device after an affiliate link has been clicked. The duration of the cookie is something you control in your dashboard.
Do not place the tracking script behind the cookie banner. We do not need cookie consent as we do not build up a profile from your visitors. More information can be found at the FAQ section.
Intro video into the Tracking Script
Adding tracking script to a HTML website
Add the Script which you can find in your settings before the <head> tag. By adding the script before the <head> it will be often present on every page of your site.
Important: Make sure the tracker is present at the page where the referrals will land + where they sign up. This might be a different domain like; app.getreditus.com
Adding tracking script to Google Tag Manager
https://www.loom.com/share/836ca0ff14904cba885387794685a153?sid=3fb8dd6b-de0e-420c-9662-cbda52e99d4c
Go to your Tag Manager account
Add a new Tag
Setup the Tag like below and hit Save
Submit your changes via the dashboard;
Adding Tracking Script to a Wordpress website
Login into your website
Install a Header & Footer script plugin (if you haven't already)
Go to your settings > head and footer scripts
4, Copy and paste the code into the header box, like below;
In this case you will need to add <script> before the code, and </script> after it.
Need Help? Send us message!
Frequently Asked Questions:
We installed our script, but it isn't working properly. What can be wrong?
- It is not installed on all pages (including the pages where you signup)
- You installed it within the wrong GTM container
- You haven't added <script> in front of the code, and </script> after (when inserting into HTML code)
I'm Using CSP and the script is not working
- If you are using CSP (link: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP), you need to add a "img-src" directive for "https://api.getreditus.com" in order for Reditus tracking to work. Things in "" should be code.
Updated on: 06/04/2024
Thank you!