How to Delete AdSense Ad unit
December 4, 2007
In this article you will find answers to 2 questions:
- How do I delete AdSense Ad Unit from the Manage Ads page?
- How do I remove AdSense unit from my web page?
How do I delete AdSense Ad Unit from the Manage Ads page?
It's written in this Official Google help page How do I delete an AdSense unit? that you can NOT delete the ad units from your Manage Ads page, but hide it. You can hide ad unit by following 2 steps:
- Remove the unwanted ad unit's code from all your web pages to stop it from gaining impressions.
- Wait 7 days for the ad unit to disappear from your Ad Manager.
How do I remove AdSense unit from my web page?
Answer:
The process is easy if you remember where you place the code. Otherwise you will need to find it. Follow these steps:
- Open the file for the web page you placed the code in.
- Locate the AdSense JavaScript code that you pasted into the page earlier. It look like this:
<script type="text/javascript"><!-- google_ad_client = "pub-01234567890123456"; //120x240, vertical homepage google_ad_slot = "0123456789"; google_ad_width = 120; google_ad_height = 240; //--></script>
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script>
- Remove the above code from your web page.
Update on 22 Dec 2007: Now you can actively Hide and Show AdSense Units.
Tags: ad-unit, AdSense, Google Adsense, help

Subscribe via RSS

[...] Answer: How to delete AdSense Ad unit [...]
[...] I know there are many people out there who don’t notice the differences. Previously I wrote How to Delete AdSense Ad unit when the system was still new and [...]
Ohhh! so that's how you do it. Hide the ad unit and after 7 days it will disappear. honestly i don't know that. thanks!
Just added adsense to my website and was incredibly curious as to how to do this! Thanks dude.