Digital Point Forums
Quick Collect

Go Back   Digital Point Forums > Search Engines > Google > AdSense > Guidelines / Compliance
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Aug 1st 2006, 6:06 pm
siraxi's Avatar
siraxi siraxi is offline
Hand of A'dal
 
Join Date: Jul 2005
Posts: 329
siraxi is on a distinguished road
how to avoid clicking on your ads

There is an easy way to avoid getting kicked from Adsense.
Use a few php lines to determine visitors IP address, if it's your own then set Adsense to show ads for another account (such as one of your friends' or a random id number). Thsi way even if you click on the ad unit while performing webmastering duties, your account will not register this click.

php Code:
<?php
$userip=$_SERVER['REMOTE_ADDR'];
if ($userip=="0.0.0.0") { ?>
//somebody else's or random Adsense code
<?php
} else {
?>
//your Adsense code
<?php
}
?>
Replace 0.0.0.0 with your own IP address.
__________________
I recommend my friend's work: HyperIM - Simply the only status changer & manager you'll ever use from now on.
Reply With Quote
  #2  
Old Aug 1st 2006, 6:18 pm
kevinn kevinn is offline
of the Nightfall
 
Join Date: Jul 2006
Location: Backpacking The World
Posts: 1,338
kevinn is just really nicekevinn is just really nicekevinn is just really nicekevinn is just really nicekevinn is just really nice
How about just not clicking your own ads at all?
Reply With Quote
  #3  
Old Aug 1st 2006, 6:20 pm
shamess's Avatar
shamess shamess is offline
of the Nightfall
 
Join Date: Jun 2006
Location: West Midlands, England
Posts: 1,127
shamess will become famous soon enough
Quote:
Originally Posted by kevinn View Post
How about just not clicking your own ads at all?
Because sometimes I've done it on accident too.

Good idea, thanks ^^;;
Reply With Quote
  #4  
Old Aug 1st 2006, 6:20 pm
urbanstereotype's Avatar
urbanstereotype urbanstereotype is offline
Twilight Vanquisher
 
Join Date: Jun 2006
Location: Qingdao, China
Posts: 593
urbanstereotype is on a distinguished road
thanks, looks good
Reply With Quote
  #5  
Old Aug 1st 2006, 6:22 pm
aaron_nimocks's Avatar
aaron_nimocks aaron_nimocks is offline
Im kind of a big deal
 
Join Date: Jul 2005
Location: Virginia Beach
Posts: 5,355
aaron_nimocks has a reputation beyond reputeaaron_nimocks has a reputation beyond reputeaaron_nimocks has a reputation beyond reputeaaron_nimocks has a reputation beyond reputeaaron_nimocks has a reputation beyond reputeaaron_nimocks has a reputation beyond reputeaaron_nimocks has a reputation beyond reputeaaron_nimocks has a reputation beyond reputeaaron_nimocks has a reputation beyond reputeaaron_nimocks has a reputation beyond reputeaaron_nimocks has a reputation beyond repute
Phone Verified
Ive ran a script like this before and they work well but I removed it because I really dont like to not see what ads are being displayed. On a site thats content is changing daily sometimes you get crappy ads so you have to revise the content. Thats why I like to see what ads are being displayed always.
Reply With Quote
  #6  
Old Aug 1st 2006, 6:32 pm
siraxi's Avatar
siraxi siraxi is offline
Hand of A'dal
 
Join Date: Jul 2005
Posts: 329
siraxi is on a distinguished road
Quote:
Originally Posted by aaron_nimocks View Post
Ive ran a script like this before and they work well but I removed it because I really dont like to not see what ads are being displayed.
Just change the google_ad_client number to whatever else - somebody else's number or random, such as 000000000. You will still see the ads being displayed, just that your account won't get credited for that click.
__________________
I recommend my friend's work: HyperIM - Simply the only status changer & manager you'll ever use from now on.
Reply With Quote
  #7  
Old Aug 1st 2006, 6:37 pm
Icheb's Avatar
Icheb Icheb is offline
of the Nightfall
 
Join Date: Jul 2006
Location: Germany
Posts: 1,092
Icheb will become famous soon enough
Quote:
Originally Posted by shamess View Post
Because sometimes I've done it on accident too.

Good idea, thanks ^^;;
Just send them a mail telling them what happened. It's not click fraud when you tell them to remove the click.

siraxi: You should use

php Code:
if ($_SERVER['REMOTE_ADDR'] == '0.0.0.0')
Reply With Quote
  #8  
Old Aug 1st 2006, 6:40 pm
shamess's Avatar
shamess shamess is offline
of the Nightfall
 
Join Date: Jun 2006
Location: West Midlands, England
Posts: 1,127
shamess will become famous soon enough
Quote:
Originally Posted by Icheb View Post
Just send them a mail telling them what happened. It's not click fraud when you tell them to remove the click.

siraxi: You should use

php Code:
if ($_SERVER['REMOTE_ADDR'] == '0.0.0.0')
I'd rather just not have to worry about it.
Reply With Quote
  #9  
Old Aug 1st 2006, 9:06 pm
AdsenseAddict AdsenseAddict is offline
Twilight Vanquisher
 
Join Date: Dec 2005
Posts: 826
AdsenseAddict is infamous around these parts
You can always block ads using FF's Adblocker or disabling javascript from your browser.
Reply With Quote
  #10  
Old Aug 2nd 2006, 2:44 am
chachacallis chachacallis is offline
of the Nightfall
 
Join Date: Feb 2006
Location: london bridge
Posts: 1,085
chachacallis is on a distinguished road
it would be much better if you disable javascript.
__________________
Stripper Poles Urban clothing
Reply With Quote
  #11  
Old Aug 2nd 2006, 2:59 am
Critters's Avatar
Critters Critters is offline
Twilight Vanquisher
 
Join Date: May 2005
Location: UK > South East > Berkshire > Maidenhead
Posts: 754
Critters has a spectacular aura aboutCritters has a spectacular aura aboutCritters has a spectacular aura about
Was there not an article on here about editing your host file to remap the adSense domain (not adSense.com the domain the ads use) to a local IP, thus blocking all ads on your PC?

TBH, it's not hard to avoid clicking your own ads.
__________________
If you are not making USD 1,000 a day they you are not trying hard enough!
RTFM
Reply With Quote
  #12  
Old Aug 2nd 2006, 3:06 am
cormac's Avatar
cormac cormac is offline
Starcaller
 
Join Date: Sep 2005
Location: Ireland
Posts: 3,653
cormac is a splendid one to beholdcormac is a splendid one to beholdcormac is a splendid one to beholdcormac is a splendid one to beholdcormac is a splendid one to beholdcormac is a splendid one to beholdcormac is a splendid one to beholdcormac is a splendid one to behold
Quote:
Originally Posted by Critters View Post
TBH, it's not hard to avoid clicking your own ads.
Somehow people have a problem with this

Personally I never have clicked my own
Reply With Quote
  #13  
Old Aug 2nd 2006, 3:13 am
qwestcommunications's Avatar
qwestcommunications qwestcommunications is offline
Astral Walker
 
Join Date: Jan 2006
Posts: 8,820
qwestcommunications is a splendid one to beholdqwestcommunications is a splendid one to beholdqwestcommunications is a splendid one to beholdqwestcommunications is a splendid one to beholdqwestcommunications is a splendid one to beholdqwestcommunications is a splendid one to behold
What if it stops working and you click your ads without that knowledge, wouldn't they be regarded as click fraud? Is it a risk worth taking?
Reply With Quote
  #14  
Old Aug 2nd 2006, 3:15 am
shamess's Avatar
shamess shamess is offline
of the Nightfall
 
Join Date: Jun 2006
Location: West Midlands, England
Posts: 1,127
shamess will become famous soon enough
Quote:
Originally Posted by qwestcommunications View Post
What if it stops working and you click your ads without that knowledge, wouldn't they be regarded as click fraud? Is it a risk worth taking?
Why wouldn't it work? If you use that code, then you should be fine, unless your IP is rotated.
Reply With Quote
  #15  
Old Aug 2nd 2006, 6:20 am
Avatar7 Avatar7 is offline
Hand of A'dal
 
Join Date: May 2006
Posts: 275
Avatar7 is on a distinguished road
Quote:
Originally Posted by qwestcommunications View Post
What if it stops working and you click your ads without that knowledge, wouldn't they be regarded as click fraud? Is it a risk worth taking?
Siraxi is not saying: use this script and then click the ads.

No it's just another line of defense against clicking your ads. Don't click your ads, but if you accidently do it, there is a very good chance nothing will be wrong because of the script.

Don't tell me you will click an ad by accident at the very moment that this script won't be working. That would be EXTREME bad luck.

Plus. why wouldn't it work?
Reply With Quote
  #16  
Old Aug 2nd 2006, 6:33 am
Any's Avatar
Any Any is offline
Grunt
 
Join Date: Aug 2006
Posts: 78
Any is on a distinguished road
I have a dynamic IP at home and move a lot so such a solution won't be viable... on the other hand the javascript helps a lot. Thanks guys.
Ah, and yes it has happened to me too to click on my own ads... depends on where you place them Lucrative places tend to be sometimes dangerous for their masters too.
Reply With Quote
  #17  
Old Aug 2nd 2006, 6:34 am
mike323's Avatar
mike323 mike323 is offline
of the Nightfall
Recent Blog:
 
Join Date: Feb 2006
Posts: 1,288
mike323 will become famous soon enoughmike323 will become famous soon enough
Quote:
Originally Posted by kevinn View Post
How about just not clicking your own ads at all?
some laptops are automatically set to click when the cursor is just held over a link. i wasn't aware of this feature one time and it generated an invalid click.
Reply With Quote
  #18  
Old Aug 2nd 2006, 6:36 am
Mr.Rock's Avatar
Mr.Rock Mr.Rock is offline
Champion of the Naaru
 
Join Date: Jul 2006
Location: Lovely Pakistan
Posts: 239
Mr.Rock is an unknown quantity at this point
thanks alot....
__________________
Reply With Quote
  #19  
Old Aug 3rd 2006, 4:45 pm
cormac's Avatar
cormac cormac is offline
Starcaller
 
Join Date: Sep 2005
Location: Ireland
Posts: 3,653
cormac is a splendid one to beholdcormac is a splendid one to beholdcormac is a splendid one to beholdcormac is a splendid one to beholdcormac is a splendid one to beholdcormac is a splendid one to beholdcormac is a splendid one to beholdcormac is a splendid one to behold
Quote:
Originally Posted by mike323 View Post
some laptops are automatically set to click when the cursor is just held over a link.
Actually that is a very good point there Mike and I didnt even consider it
Reply With Quote
  #20  
Old Aug 3rd 2006, 7:49 pm
"rl2043 "rl2043 is offline
Hand of A'dal
 
Join Date: May 2004
Location: MN
Posts: 327
"rl2043 is on a distinguished road
good idea. there's been a couple of times I clicked on an ad on my site because I was genuinely interested in the ad. Fortunately, all I got was a warning from Google.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Avoid showing ads on certain IP vlerian Guidelines / Compliance 4 Jul 13th 2006 8:02 pm
somehow im clicking my own ADS!! tytyguy Guidelines / Compliance 15 Jun 26th 2006 7:37 am
Trick to avoid clicking on your own Ads CrazyBoy Guidelines / Compliance 24 May 21st 2006 1:34 pm
TOS and clicking the ads Jon12345 Chitika 9 Nov 11th 2005 10:12 pm
Clicking your own ads with Ad Links Liminal Reporting & Stats 19 Mar 18th 2005 12:22 pm


All times are GMT -8. The time now is 4:40 am.