Page is a not externally linkable
- Google
-- Google AdSense
---- 3rd Party AdSense Click Trackers Disabled


JohnKelly - 2:20 pm on Jun 1, 2007 (gmt 0)


I was using a version of a click tracker posted some time ago. It seems to have stopped working around 8pm EDT on May 30th (Wednesday), as clicks were not recorded after that time.

Here's the code:

<script language=javascript>
function hit(){
window.focus();
if (window.status){
img = new Image();
img.src = 'http://www.domain.com/clicktrackerscript.php?ref=' + escape(document.location) + '&title=' + escape(document.title) + '&ad=' + escape(window.status) + '&id=MySite';
};
};
document.getElementById("google_ads_frame").onfocus = hit;
</script>


Thread source:: http://www.webmasterworld.com/google_adsense/3355383.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com