I recently downloaded this landing page from adplexity.but when trying to fix it there is no tracking link found such as <a href="http://blah.tracker.com/click">CLICK HERE NOW</a>.This looks some offer run by a company or something but the landing page is really good.IS there a way to add tracking link by my own??
So find the button in the code and add an
<a href=“yourtracker.com/click”> click now! </a>
That would probably work.
Unless it’s js , then do an onclick=“window.yadayada”
Kinda hard to tell without seeing the actual lander code.
Here 's the link to the landing page i am talking about - http://giveawaysforyou.club/giveaways/apple/index.html#
That lander is all sorts of broken. I’ll let @jeremie tear it apart if he’s up to it.
Better, cleaner, easier to use version right here on STM:
https://stmforum.com/forum/showthrea...-sweeps-lander
I tried to fix it for some practice.I found a back button redirect and a function with an outgoing link to some offer.Do i have to replace every outgoing link with my click URL??
Now it redirects to hypergiveaway.cpm
When this is not your domain just search the code for hypergiveaway, then you should find the redirects.
When it doesn't work I check again when I am back on my computer.
Change tdmnf on line 3908 and the backbutton url on line 4133 and you will be good to go.
Thanks for the help !!!! i'll change tdmnf and back button url with my tracking link!!
A good trick to find the links is to hover with the mouse over the CTA and check where it redirects to.
Then search the code for that domain and replace the part then with your own link.