I'm wondering if there is a way to locate some of my adsense ads? For instance maybe someone is using my pub on their site or something? I'm not sure why that would be, but for some reason I'm getting clicks and some of them I can't track. They are not showing up for url channel or name channel. Any help would be appreciated thanks.
i had that problem before. Check to see if the channel id is in your javascript for a particular ad for example: <script type="text/javascript"><!-- google_ad_client = "pub-xxxxx"; /* 468x60, created 10/4/08 */ google_ad_slot = "xxxxxxx"; google_ad_width = 468; google_ad_height = 60; google_ad_channel="NNNNNNNNNN"; <---- there should be the channel in here //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
Yes, it is easy to miss out a few channels, or forget about sites you quickly put the code on a long time ago and now find that they are getting hits and clicks.