Can you block your own ip from the stats?

Discussion in 'Reporting & Stats' started by rlynch, Mar 1, 2006.

  1. #1
    considering self-clicks dont count, shouldnt self-impressions be the same?
     
    rlynch, Mar 1, 2006 IP
  2. pixads

    pixads Well-Known Member

    Messages:
    2,015
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    145
    #2
    I emailed google about that and they say No

    Edit: hmm was I asleep in the morning - added "I emailed"
     
    pixads, Mar 1, 2006 IP
  3. Brad Callen

    Brad Callen Peon

    Messages:
    854
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #3
    They really should add this in as an option. It would stop alot of webmasters from worrying about it.

    Either that or adopt Yahoo's policy on it. "We dont mind, we just filter out the clicks at the end of the month."

    Brad
     
    Brad Callen, Mar 2, 2006 IP
  4. dct

    dct Finder of cool gadgets

    Messages:
    3,132
    Likes Received:
    328
    Best Answers:
    0
    Trophy Points:
    230
    #4
    You could always block ads not being shown to your IP on the server (or client) side.
     
    dct, Mar 2, 2006 IP
  5. fsmedia

    fsmedia Prominent Member

    Messages:
    5,163
    Likes Received:
    262
    Best Answers:
    0
    Trophy Points:
    390
    #5
    there's a way around it....but it's not too happy-happy with the TOS, so I wouldn't do it. There are people that use PHP to do if((yourIP){ google_adtest = "on" } else { google_adtest = "off" } or something of that nature, but that's modifying the code so you're not "allowed" to do it.
     
    fsmedia, Mar 2, 2006 IP
  6. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Open up your hosts file and add the line:
    googlesyndication.com 0.0.0.0
     
    exam, Mar 2, 2006 IP
    fsmedia likes this.
  7. fsmedia

    fsmedia Prominent Member

    Messages:
    5,163
    Likes Received:
    262
    Best Answers:
    0
    Trophy Points:
    390
    #7
    Good call, hadn't thought of that. Good tip. rep++
     
    fsmedia, Mar 2, 2006 IP
    exam likes this.
  8. poseidon

    poseidon Banned

    Messages:
    4,356
    Likes Received:
    246
    Best Answers:
    0
    Trophy Points:
    0
    #8
    where "host" file do I have to edit it ? please can some one explain this ? :(
     
    poseidon, Mar 2, 2006 IP
  9. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #9
    The file is "hosts" and your windows explorer has a built-in search function. :) (on Win2000 it's C:\WINNT\system32\drivers\etc\hosts)

    BTW, I had the order wrong, it would be the IP first then the hostname
    127.0.0.1 googlesyndication.com
     
    exam, Mar 2, 2006 IP
  10. Shadow

    Shadow Peon

    Messages:
    191
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I'm not a big fan of the hosts-trick. I'd like to see what ads are showing.

    Anyway, I always go to the AdSense console before visiting any of my sites with ads. This way I'm sure Google knows it was me who went to my site :p
     
    Shadow, Mar 2, 2006 IP