
Originally Posted by
Dr John
Your google ads code is correct.
What is (very) wrong is the number of ad blocks on the pages. Google limits you to three per page, and if you exceed that, they can choose not to display any ads at all, or just the first three. I'd guess that the more often your pages break their rules, the more likely they are to show no ads. And you are breaking their rules pretty blatantly with eight or nine ad blocks!!!
RTFM or they will disable your account.
So you either reduce the number of ad blocks or use bigger blocks, say their taller ones. Oh, and choose an ad type by adding one of these lines below the ad_height or ad_format
google_ad_type = "text"; which results in a set of textual ads
or
google_ad_type = "text_image"; which shows text or image ads
or
google_ad_type = "image"; which shows a single image ad only
I alternate with a text only to get several different ads on display (more chance of one of them appealing to a visitor), then a text_image block as the images, taking up a larger space (usually the entire skyscraper ad) cost the advertiser more and earn you more if clicked.
Bookmarks