anyone know how i can track the urls from adsense that my visitors have clicked - e.g. which one, when, etc. ? regards.
sorry for not making it clear... i'm not looking for products. i know php coding and am asking if anyone tell me what/how i need to code in order to track clickthroughs... no need for creating super duper stats, just the basic information. thanks!
First you say you know php then you say you need someone to show you how... and third... it can be done in JavaScript... and using PHP and MySQL for keeping tracks So without the javascript... i believe it can't be done
He said he knew PHP but it doesn't not mean he knows how to write that code! and surely he doesn't know everything! Just write down something actually "HELP"! @daboss: Why don't you try the Channels in Google Adsense? I am using it and satisfied with the outcome somehow!
I've looked at the code our web based stats tracker uses but I can't quite figure out how their javascript is tracking the links that go to external pages. I'm close, but just not quite there.
Google allows you to define up to 50 URL channels now. You don't need to use any code in your AdSense either. You can set it up in your AdSense control panel.
daboss. I am currently using PHP and Javascript to track clicks and send them to a MYSQL database. If you are interested in the code to do that, PM me and I will send you a link to the code. It is quite simple. I simply grab the page Adsense was clicked from, the ad URL that was clicked, the user IP, the date/time and write that to a table. You will be able to program PHP reporting off of the MySQL database.
Some people don't understand English... Pentium9, yeah, I'm already using the Channels feature from Google but I am trying to capture more information than what the Channels feature provide. Thanks for your reply. Very much appreciated.