Putting AdSense section targeting onto your website is relatively easy and only requires little html knowledge.
Before starting you will want to use what the advantages of section targeting are.
There are 3 commands:
- <!-- google_ad_section_start -->
- <!-- google_ad_section_end -->
- <!-- google_ad_section_start(weight=ignore) -->
It's like an HTML tag you have to open and close the areas you would like to include.
Let's say you have a box of content on all your websites then you will want to tell AdSense: Use that box!
To do so simply do the following:
Code:
<!-- google_ad_section_start -->
Box with content
<!-- google_ad_section_end -->
Let's say you have a static header or a static text on your website which is not really relevant to the actual content on the website. You will want to exclude that from generating the ads.
Code:
<!-- google_ad_section_start -->
Unwanted content
<!-- google_ad_section_start(weight=ignore) -->
That's it :-). Enjoy your CTR and PPC going up!