Preventions for new users
One simple way to avoid serious problems is to remove the Adsense code altogether from your page before testing. But this may not be the best solution as your Google Ads are an important part of your layout. So here are a few simple but effective workarounds:
1. Instead of using Adsense code, add a static graphic (jpg image) with the same dimesions as your adsense code. (Google itself provides static images of various ad formats.)
2. Modify the value of google_ad_client to something like "pub-googleIamTesting"
3. Add another line to Google Adsense code google_adtest = "on"; Don't forget the semicolon.
4. Though there is no official comment, it is safer to remove the google_ad_channel variable.
|