Do I need to inform Google

Discussion in 'AdSense' started by asapcorp, Nov 28, 2006.

  1. #1
    Hi,

    I used to check my adsense account from home as well as work. So, Do I need to inform any work details to Google?

    There might be some users from my work may/might use my website.

    Any inputs will be appreciated.

    Thanks,

    Kanna.
     
    asapcorp, Nov 28, 2006 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    No need for that. If you are concerned that people at work will generate the bulk of your impressions just don't show the ads to them.
     
    T0PS3O, Nov 28, 2006 IP
  3. mani

    mani Peon

    Messages:
    679
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    No , you don't need to worry about it. Just be sure that if you are at work and using internet on a network then you should not get any click from your own network(it usually holds same ip)
     
    mani, Nov 28, 2006 IP
  4. cianuro

    cianuro Peon

    Messages:
    1,857
    Likes Received:
    106
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Nope. I manage quite a few of my clients accounts. I log into about 10 different adsense and adwords accounts each day.
     
    cianuro, Nov 28, 2006 IP
  5. qwestcommunications

    qwestcommunications Notable Member

    Messages:
    8,868
    Likes Received:
    172
    Best Answers:
    0
    Trophy Points:
    233
    #5
    You can check your adsense details from any computer you wish. Personally, I only check from home.
     
    qwestcommunications, Nov 28, 2006 IP
  6. asapcorp

    asapcorp Banned

    Messages:
    725
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    How do I know that I am not getting any clicks from my Work IP?

    I never told my work people, anything about my website.
     
    asapcorp, Nov 28, 2006 IP
  7. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If you don't show ads to those IPs you know for fact you won't get clicks from those IPs.
     
    T0PS3O, Nov 28, 2006 IP
  8. maryn

    maryn Peon

    Messages:
    548
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #8
    That's very good and you should keep it that way. Don't tell anyone. Sometimes your friends or family think they are helping you by clicking on ads.

    I think you are safe and there's no need to inform Google.
     
    maryn, Nov 28, 2006 IP
  9. rush4rk

    rush4rk Active Member

    Messages:
    367
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #9
    TOPS30! I was thinking about this.
    May be you could explain how to make ads to don't show on some IPs?
    May be you know of some link that has info
    thank you.
     
    rush4rk, Nov 28, 2006 IP
  10. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Depends on whether you know scripting like PHP. Ideally you install phpAdsNew and run all ads through that. Simpler is some basic PHP code.

    
    if (isset($_SERVER)) {
    		if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) {
            	$ip = $_SERVER['HTTP_X_FORWARDED_FOR'];
          	} elseif (isset($_SERVER['HTTP_CLIENT_IP'])) {
            	$ip = $_SERVER['HTTP_CLIENT_IP'];
          	} else {
            	$ip = $_SERVER['REMOTE_ADDR'];
          	}
        } else {
          	if (getenv('HTTP_X_FORWARDED_FOR')) {
            	$ip = getenv('HTTP_X_FORWARDED_FOR');
          	} elseif (getenv('HTTP_CLIENT_IP')) {
            	$ip = getenv('HTTP_CLIENT_IP');
          	} else {
            	$ip = getenv('REMOTE_ADDR');
          	}
        }	
    
    if ($ip == '123.345.456') { //the office one
    echo 'Get back to work you lazy f***!';
    } else {
    // Adsense code here
    }
    
    PHP:
     
    T0PS3O, Nov 28, 2006 IP
  11. asapcorp

    asapcorp Banned

    Messages:
    725
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Yes. How do I block those IPs not showing google Ads?

    I cannot block my website for that IP. since I will check my website regularly from my work.
     
    asapcorp, Nov 28, 2006 IP
  12. hortex

    hortex Guest

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I think better is always to infor, other way thay can ban everyone
     
    hortex, Nov 29, 2006 IP
  13. asapcorp

    asapcorp Banned

    Messages:
    725
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I have noticed today that I have got 10 impressions from my work IP. (stats from counter). But I haven't got any clicks so far today (from adsense report).
     
    asapcorp, Nov 29, 2006 IP
  14. Manthem

    Manthem Well-Known Member

    Messages:
    432
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    110
    #14
    Hey man, I looked through your website and there are a two things that you should change.

    1. BLEND THE ADS! Set the text and links and background the same as the rest of your website. They stick out like a sore thumb and bring the quality of your site down.

    2. You're violating Google's TOS by having pages with only ads displayed. Take the ads down on under construction pages or you can risk losing your account.
     
    Manthem, Nov 29, 2006 IP
  15. asapcorp

    asapcorp Banned

    Messages:
    725
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Thanks a lot Manthem. Will fix those problems soon.
     
    asapcorp, Nov 29, 2006 IP
  16. jackburton2006

    jackburton2006 Peon

    Messages:
    5,296
    Likes Received:
    282
    Best Answers:
    0
    Trophy Points:
    0
    #16
    If you've never told anyone at work about your site, the chances of them stumbling across your site by accident and clicking on your ads are so small it's not even wasting a second thinking about. And the chances of ALOT of your co-workers stumbling across your site by accident and all or most of them clicking on your ads? Never in a billion years.

    Of course, unless you're lying, and you have told them about your site and how to "help you out", then well, you're SOL, my friend.
     
    jackburton2006, Nov 29, 2006 IP
  17. nowares

    nowares Active Member

    Messages:
    115
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #17
    i very much doubt they will care lol... if i was u id keep checkin it at work, but click your ads at home :)

    if u increase it expenentially they wont notice :p
     
    nowares, Nov 29, 2006 IP