Other Way to Track Adsense? Some Clicks I can't Locate by Channel

Discussion in 'AdSense' started by Icedout, Jun 10, 2010.

  1. #1
    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.
     
    Icedout, Jun 10, 2010 IP
  2. Project Mobius

    Project Mobius Peon

    Messages:
    10,524
    Likes Received:
    170
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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>
     
    Project Mobius, Jun 11, 2010 IP
  3. techit

    techit Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    techit, Jun 12, 2010 IP
  4. retroinnovation

    retroinnovation Peon

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    is there no easy method to replace code...im tired of it
     
    retroinnovation, Jun 12, 2010 IP
  5. Project Mobius

    Project Mobius Peon

    Messages:
    10,524
    Likes Received:
    170
    Best Answers:
    0
    Trophy Points:
    0
    #5
    how hard is replacing the code? copy and paste too much for you?
     
    Project Mobius, Jun 12, 2010 IP