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.
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.
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)
Nope. I manage quite a few of my clients accounts. I log into about 10 different adsense and adwords accounts each day.
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.
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.
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.
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:
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.
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).
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.
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.
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