views:

58

answers:

2

I read this article about tracking outbound links on banners and such:

http://seogadget.co.uk/how-to-count-your-outbound-click-stats-with-onclick-in-google-analytics/

So I added this code to the onClick event of my href:

 javascript: pageTracker._trackPageview('/outbound/top_banners/banner_name');

Is this enough?

Because I have read some places I need a "link delay" function or something in the HEAD of my document as well, before any javascript is executed!

Also, where exactly in GA (in the interface) will I be able to view the clicks?

Thanks