Hi all, I have a static site of around 200+ pages and I am looking for some relatively easy way to remove and then after few days quickly to add the adsense code. This would be pretty easy if there was some DB, but there is no such! I thought to delete my site URL from the approved sites in Adsense, but that won't work for me as the ads will be still showing (only click & impr. not counted) - smth, which I want to avoid as my idea is to test how much better the site will work only with its affiliate programs without adsense and if the difference is not great I will put adsense's code back. The only thing that occurs to me is to replace adsense codes sitewide with some unique word/code via dreamweaver and then replace back that workd/code with the adsense code, but this is not nice at all.... Does anybody have a suggestion??? Maybe some way to temporarily block adsense for a particular URL from its CP? Thanks in advance!!!
If you would use php pages, you could put the adsense code for example on a file called adsense.php, and then include it on the pages you want it to show, for example on index.php (via the code line: <? include("adsense.php"); ?> Then all you need to do is to add/remove the adsense code to that file, and it will show/be removed from/on all the pages it is included.
Yes, I know, but 99.9% of the pages are static so that won't work. Anyway thank you for your reply...maybe I'll replace the codes sitewide with dreamweaver...