Don't let invalid clicks get you
banned from Google AdSenseTM
Click Happens. You've decided
you're in it for the long haul and want to play it straight. No clicking on
your own ads --- but even that can be tricky. What can you do besides carefully
tip-toe around your own sites? Here are some useful ideas:
Configure your browser for ad-blocking
This is easy to do in Firefox
with the AdBlock extension. Set it to 'Remove' the output from
pagead2.googlesyndication.com
Disable JavaScript in your browser. This is one
of the easiest and surest ways to avoid accidentally clicking one of your
own ads. It is especially effective during those late night
editing sessions that include grinding away at the steady cycle of edit,
update, refresh, repeat while trying to get a site exactly right. (see How to
Disable Active Content in Internet Explorer, or Firefox
Options)
Replace ads with place holders during the
development cycle. A simple image makes an adequate stand-in for a 728 x 90
Banner
Put `google_adtest` in your scripts. This way
you can still see how your site is going to look in production and begin to
get an idea of the kinds of ads that will be displayed. This requires two
changes to the AdSense for Content script. Insert the following line of
code in the script preamble:
google_adtest="on";
Now your safe... just don't forget to put it back when
you're finished testing!
NOTE!
Edit the local hosts
file to block access to googlesyndication.com from the computers you
control. This works especially well if there are any young 'helping hands'
around the house.
googlesyndication.com 127.0.0.1
Use the myIP javascript
to implement `google_adtest' . This
requires some knowledge of JavaScript:
[This method is currently being used on this page]
if( myIP() ) google_adtest='on';
google_ad_client = "pub-0000000000000000";
google_ad_width = 468;
...
Use PHP
to implement `google_adtest' when your IP address is requesting the page.
This requires some knowledge of PHP:
If you do click one of your own ads, the best
practice is to notify Google at adsense-support@google.com
right away. Chances are good that you will receive a friendly response with
a link to the AdSense
Preview Tool (which unfortunately only works with Internet Explorer) and
a reminder "that clicking on your own ads for any reason is prohibited, as it
has the potential to inflate advertiser costs."
Google Pack contains 13 of the world's best programs.
Install just one of them or all of them for free
DISCLAIMER: The information on this site is provided as is.
The author(s) make no claim as to its correctness or fitness for any
purpose. This website is not affiliated with or approved by Google.
In fact every time they see it, Larry Page and Sergey Brin just shake
their heads in kind of a sad way and wonder what this world is coming to.