Tuesday, February 10, 2009

Get relevant ads by using Adsense section targetting:

Section targeting is a feature which helps the publishers to get the ads which are relevant to the targeted section (like post title,post body etc.).In words from Google, Section targeting allows you to suggest sections of your text and HTML content that you'd like them to emphasize or downplay when matching ads to your site's content.

Let's see how to implement it:

1.Go to HTML editor of your site/blog.

2.Find this piece of code:
<data:post.title/>

3.Replace it with
<!-- google_ad_section_start -->
<data:post.title/>
<!-- google_ad_section_end -->

4.You will find at 3 places.Replace all those with the ones shown above (in step 2).

5.To implement section targetting on the post body (it's important), find this piece of code
<data:post.body/>

6.Replace it with
<!-- google_ad_section_start -->
<data:post.body/>
<!-- google_ad_section_end -->

This feature should help you in getting targeted and relevant ads.

No comments: