View Full Version : Click Tracking
Burta
Mar 8th 2007, 4:58 pm
I was just wondering if there is any way or any programs/tools out there to track the number of clicks on a specific link on a site - because I'm looking at offering PPC to an advertiser and I need a way of tracking the number of clicks on the link... ?
calixto
Mar 9th 2007, 4:34 am
crazyegg , google analytics and urchin :)
Burta
Mar 9th 2007, 1:38 pm
Aren't those traffic trackers - I need a specific link tracker from my end that tracks outbound traffic.
Burta
Mar 13th 2007, 3:43 pm
Anyone else have a suggestion?
Monty
Mar 13th 2007, 3:48 pm
With Google Analytics :
How do I track clicks on outbound links? (http://www.google.com/support/analytics/bin/answer.py?answer=27246&query=tracking+outgoing+link&topic=&type=)
Aragorn
Mar 14th 2007, 8:16 am
Google Analytics can be used for that too.
Claudek
Mar 14th 2007, 8:21 am
Have a look at Click Counter - http://www.phpjunkyard.com/php-click-counter.php
aras
Mar 14th 2007, 8:27 am
Any ad server or manager can do this. PHPAdsNews for instance.
Burta
Mar 14th 2007, 4:29 pm
Thanks guys you have been super helpful.
Burta
Mar 15th 2007, 10:18 pm
With Google Analytics :
How do I track clicks on outbound links? (http://www.google.com/support/analytics/bin/answer.py?answer=27246&query=tracking+outgoing+link&topic=&type=)OK in the Google Help page it says:
Google Analytics provides an easy way to track clicks on links that lead away from your site. Because these links do not lead to a page on your site containing the UTM JavaScript, you will need to tag the link itself with the urchinTracker JavaScript. This piece of JavaScript assigns a pageview to any click on a link - the pageview is attributed to the filename you specify.
For example, to log every click on a particular link to www.example.com as a pageview for "/outgoing/example_com" you would add the following attribute to the link's <a> tag:
<a href="http://www.example.com" onClick="javascript:urchinTracker('/outgoing/example_com');">
OK I'm confused - how do I go about setting up a "filename" that the pageviews will be assigned to?
Aragorn
Mar 16th 2007, 3:17 am
OK in the Google Help page it says:
OK I'm confused - how do I go about setting up a "filename" that the pageviews will be assigned to?
The filename doesn't matter. It is just for you to see (Content Optimization > Content Performance > Content Drilldown). Suppose you want to track how many clicks were received by a link to DP. Since the link is an outgoing link, you can use '/outgoing/digitalpoint.com'. There is no importance for the above filename or directory name. It is just for you to know that it is an outgoing link and it is pointing to DP. If you use this filename, then under the Content Drilldown section you can see all the outgoing clicks by expanding the folder outgoing.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.