This guide is for integration with Google Tag Manager (GTM).
We offer a JavaScript-based tracking solution that can be implemented.
With this guide, you will be able to enable:
Click tracking
Conversion tracking
First, you will need to create an Offer.
More information on how to create an offer here.
Then, under the 'Integrations' tab, you will select 'JS.'
The next step will be to copy the code for tracking clicks, and then copy code for conversion tracking. For conversion tracking, you will need to place a separate script on your thank you page. This allows us to track successful actions like purchases or sign-ups.
Tracking clicks:
This script needs to be placed on ALL pages of your website. If you use subdomains (e.g., app.yourdomain.com), make sure the script is placed on these subdomains as well.
Head to the landing page where you plan to put the affiliate links and monitor clicks. Pick a suitable place to add the click-tracking script to the page's code. The best is to place the code within the <head> part of the HTML.
Steps for Google Tag Manager (GTM):
In GTM, create a new container and then add 'New Tag.'
2. Name tag and then click on edit icon in the right corner to edit the 'Tag Configuration.'
3. Then select 'Custom HTML' tag
4. Add click script
5. Set the Triggering to fire click script on all pages
Then click 'Save' at the top right corner.
Tracking conversions:
You also need to place a script that tracks successful conversions on your thank you page/confirmation page.
Open the thank you page where you want to track conversions. Typically, this is the page users land on after completing a desired action (e.g., purchasing or signing up). The conversions are tracked through Conversion types. Your platform comes by default with three conversion types:
Lead
Sale
Free Trial
You can track as many conversions as you need. However, please remember that a script must be placed for each conversion Type individually.
Once the script is in place, remember to save your changes to the HTML code.
Steps for GTM tracking:
Select 'New Tag' and then again go to 'Custom HTML' (same as above).
Copy the conversion script from your Offer.
3. Copy and paste your conversion script
4. It is very important to replace placeholder values in the script from your side. If e.g. the conversion type is set to percentage values, you need to replace the REPLACE_ME placeholder with the correct value.
4. Set up the Triggering - this might be vary depending on your flow. For a confirmation page, you can set it to 'Page View.'
Note - if you do not see this trigger, navigate to the left side of the page and click on 'New' at the top right corner. Then you can select 'Page View' and 'Some Page Views.'