Is there any other way to know if an ad has been clicked other than.
crick
8:24 am on Apr 26, 2006 (gmt 0)
logging to the adsense stats panel.
pldaniels
8:26 am on Apr 26, 2006 (gmt 0)
I've been asking myself this as well... one thing I'm thinking of is to add a onunload() handler in the page's BODY tag, the trouble though is how to log the information to the WWW server (ie, what do you do from within unload().
Paul.
Eazygoin
8:35 am on Apr 26, 2006 (gmt 0)
You can always try the AdSense extension for Firefox, which shows the stats in the status bar.
yummybanas
11:57 am on Apr 26, 2006 (gmt 0)
I'm using the adsense extension for firefox. I have it on auto update every 10 minutes, it's very useful.
chiefy81
6:24 pm on Apr 26, 2006 (gmt 0)
Its probably against the TOS but you could uses some javascript/AJAX in the onclick of the ads to send data to your server. I have thought about it but am not familiar enough with the adsense policies to venture there. Maybe others can opine.
chiefy81
6:31 pm on Apr 26, 2006 (gmt 0)
Its probably against the TOS but you could uses some javascript/AJAX in the onclick of the ads to send data to your server. I have thought about it but am not familiar enough with the adsense policies to venture there. Maybe others can opine.