I have found a UTM Tracking code script that I like to use on my own websites. I will try and explain how it works.
A visitor lands on the website:
The Link button on the website then displays the following at the end of the link. /?tid=fiverr
so basically whatever you decide to put after the = sign it will appear in the link on the website.
I use leadpages to make my landing pages. will I be able to just paste the code into the webpage settings? Please see attached screenshot.
What I have done so far:
In first page I have done:
<a href="sample2.php?btn=fiverr">hi</a>
In second page I have done:
<a href="?tID=<?php echo $_GET['btn'] ?>">Show</a>
If I have correct then how can I add this to my leadpages website.
Thank you in advance.