View Single Post
Old 04-08-2006, 07:37 AM   #2 (permalink)
Mong
Contributing Member
 
Mong's Avatar
 
Join Date: 03-02-06
Location: floating on the C
Posts: 793
iTrader: 0 / 0%
Latest Blog:
None

Mong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of lightMong is a glorious beacon of light
Put this code near footer
Code:
<script type="text/javascript"> function adclick() { if(window.status.indexOf('go to') == 0) { urchinTracker ('/aclick'); } } var elements; if(document.getElementsByTagName) { elements = document.body.getElementsByTagName("IFRAME"); } else if (document.body.all) { elements = document.body.all.tags("IFRAME"); } else { elements = Array(); } for(var i = 0; i < elements.length; i++) { if(elements[i].src.indexOf('googlesyndication.com') > -1) { elements[i].onfocus = adclick; } } </script>
And then set www.yoursite.com/aclick as goal in analytics.
It will track approx adsense clicks
__________________
Dig PageRank in over 700 Google DCz
Backlinks Watch
nichewatch.com
Mong is offline   Reply With Quote