![]() |
An Improved Click Tracking Method, technical
I wrote previously how some sponsors strip the query string when receiving traffic from a header redirect (IOW, you lose your affiliate ID if you send traffic from a header redirect).
In search of a better solution to this so that I could have 100% reliable click tracking AND 100% of sponsors wouldn't lose my affiliate information I came up with this technique: On any outgoing link, rather than sending them to a forwarding page add an onclick handler to the link tag: Code:
<a href="http://somesponsor.com/?foo=bar" onclick="return clickTrack(yourTrackingId);">Some Anchor Text</a> Code:
function clickTrack(id) Anyway, just thought I would share... |
Final note: If you're worried about linking directly to a sponsor for SEO reasons (or other)... then this may not be an option for you.
|
Thanks for your idea.
I hope someone utilizes it / improves it and then implements it. I sometimes wonder how many sales I'm actually missing out on due to deleted / overwritten cookies. |
Bump for anyone interested in improving their site...
|
All times are GMT -7. The time now is 02:11 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123