Thursday, April 8, 2010

Exit Link Tracking with Google Analytics (GA)

Google Analytics provides a very easy way to track your exit links. Now in case you have only a small number of exit links on your website or blog you can use the onclick event to manually embed the GA code that tracks the links as exit links.


For example say your website has a link to the site www.shoppers.com and you want to find out how many users actually clicked on this link to exit your site, you can simply add the onclick event to the HTML link anchor.
So instead of the normal  

<a href =http://www.shoppers.com> Shoppers.com</a>

You can put the following code :

<a onclick = “javascript: pageTracker _trackPageview(‘ Shoppers exit link’);” href = =http://www.shoppers.com> Shoppers.com</a>


This will simply track the click on the link Shoppers.com as a page view and you can get a count of the number of times it was clicked. You can find the numbers under Content in GA.

In my case I used this method to track the number of clicks on the LinkedIn link in my profile in my blog. The code looks something like this:

<a onclick="javascript:pageTracker._trackPageview('/exit/sidebar/www.linkedin.com');" href="http://in.linkedin.com/in/nilotpalpaul"> <img border="0" width="160" alt="View Nilotpal Paul's profile on LinkedIn" src="http://www.linkedin.com/img/webpromo/btn_myprofile_160x33.gif" height="33" /> </a>

The numbers look like this:
 In case you have a dynamic site where the exit links are generated dynamically , you can check out the following post to understand how to activate the exit link tracking in GA :
http://snipurl.com/vc0wg

2 comments:

  1. very nice my friend you have tell us very clearly that which type of benefit we can take from seo web analytic service to increase our business.......

    ReplyDelete
  2. I don’t waste my free time that’s why I read the informative things when I got this blog I really enjoyed reading this. Entrepreneur

    ReplyDelete

Feeds