We all know that Adsense doesn’t like inflating impressions or clicking our own ads, but sometime while testing our websites, it become absolutely necessary. At the same time, we don’t want to risk our Adsense account for any invalid activity, So here is a piece of simple solution to this problem, Just add google_adtest = �on�; to your ad code.
For Example:
[code]google_ad_client = pub-xxxxxxxxxxxxxxxx;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = 468x60_as;
google_ad_type = text;
google_ad_channel =";
google_adtest = on;[/code]
Now any impressions or clicks will be ignored by Adsense, So you can work on your website without any hassles. Your allowed to make this change in your ad code even though Google’s Policies doesn’t allow. Just in case your uncertain, please contact Adsense Support Team
Credits: Daniel


Discussion
Comments for “Running Adsense Ads on Test Mode”