Forum Moderators: DixonJones
<a href="track_link_script.php?http://test.com">
I know clicktrack could do this by only putting tagging script on each page. Anybody knows how to do this? Thanks in advance.
Append something like, '?source=webmasterworld' to the link.
For example, I have a link that will open a pdf file. Is there anyway I can track this, once user click on the link without using redirection?
Thanks,
<a href="/myfile.pdf" onClick="script.php?file=myfile.pdf">
try that. not sure it will work but it may.
Here's the code: <a href="/myfile.pdf" onClick="parent.location='script.php?file=myfile.pdf'">