Forum Moderators: martinibuster
Is there a report in Google AdSense which shows on which page user clicked a particular ad?
For example if I have a channel named A and I place it on two pages, page1 and page2, and in AdSense it shows that I have got 5 clicks so is there a way to find out on which page users clicked on that channel?
Thanks
(I sure wish I had more channels available to me - I have to periodically retire some in order to make room for whatever seasonal site is hitting its peak at the moment)
By using more than one channel on an ad, I can keep a pretty good idea on what is performing - for example, for my main site, I will have four channels for one ad:
a channel that tells me it's a 160x600 ad
a channel that tells me the color (blue/green/red)
a channel that tells me the page (index)
a channel that tells me which site
Then I just write reports that will tell me which pages are performing best, which sizes, which colors, etc.
(NETmeg)
You would create the "hundreds", "tens", and "ones" channel, for 000 to 900, and 00 to 90, and 0 to 9, a total of 30 custom channels. By combining these 3 channel codes you have numbers between 0 to 999. Using another channel to identify which site.
Or you could have a page "level" channel 0 (Home), 1,2,3 depending upon how deep your page is in the site's navigation. Then again a page number channel(s) within the level.
Perhaps this is why Google has renamed the javascript parameter "google_ad_slot =" where it used to be "google_ad_channel =" (with old code).
It'd be a lot of work but you could cover a lot of pages and sites. If you were allowed to dynamically generate this combination of "custom channel" codes life would be easier, but technically this is modifying the code Google produced. Obviously some feel changing input parameters is OK. (That's why some avoid the new code).
If you've laid your sites out well with subdirectories, URL channels could help as well, in combination with Level codes and Number codes.
Good Luck!