views:

17

answers:

1

can i get the list of pages(of our website) programatically in which user has clicked on google ads.

A: 

You can integrate your adsense account with Google Analytics, this is the only way to do that reliably.

Here is a decent tutorial on how to do this

After you have done this, your Google analytics dashboard will start to show which pages have made you money, and how many clicks they've had.

To do this programatically you would have to use the google analytics API once you had integrated it with adsense.

Chris
@Chris i want to get pages programatically
There is a Analytics API that will probably do it
Chris
@chris i have checked the analytics api but not found Although this thing can be seen in google analytics web panel.
In which case it cannot be done easily I'm afraid. I am pretty sure there were some 3rd party javascript libraries that provided you with this information, but I am not sure if they are [a] still around, [b] still work and [c] they may be in breach of adsense TOC...... Why do you want to know this information programatically?
Chris