Quote:
Originally Posted by mikebrad
The real magic is with the onclick="javascript:urchinTracker('/outgoing/pokerroomname'); line, of course.
When you set up this, every click on this link will show in analytics as /outgoing/pokerroomname.
|
Just a quick question about this ...
Do you have to have individual files to use the JavaScript as you suggest? I'm only asking as I've got all my affiliate links in various folders:
i.e.
chan-poker/index.php
pokerstars/index.php
etc.
If the <href> tag points to these files as normal, can I just ammend the javascript depending on which page the link is on?
e.g.
Code:
< a target= "_blank" href="chan-poker/index.php" onclick="javascript:urchinTracker('/outgoing/chanpokerreview')
< a target= "_blank" href="chan-poker/index.php" onclick="javascript:urchinTracker('/outgoing/chanpokerhomepage')
etc ...