What is section targeting? Here is the official information on Adsense Help Center:
Section targeting allows you to suggest sections of your text and HTML content that you'd like Adsense to emphasize or downplay when matching ads to your site's content.
To implement section targeting, you'll need to add a set of special HTML comment tags to your code. These tags will mark the beginning and end of whichever section(s) you'd like to emphasize or de-emphasize for ad targeting.
The HTML tags to emphasize a page section take the following format:
<!-- google_ad_section_start -->
Page Content
<!-- google_ad_section_end -->
Now, how can you implement Adsense Section Targeting on New Blogger? I suggest you to use above the code before and after post titles and post content to get relevant ads. You should add the codes above before and after Post Title and Post Content tags. Look for this portions of code and add lines written in red color:
Post Title
<b:includable id='post' var='post'>
<div class='post uncustomized-post-template'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><!-- google_ad_section_start --><data:post.title/><!-- google_ad_section_end --></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><!-- google_ad_section_start --><data:post.title/><!-- google_ad_section_end --></a>
<b:else/>
<!-- google_ad_section_start --><data:post.title/><!-- google_ad_section_end -->
</b:if>
</b:if>
</h3>
</b:if>
Post Content
<div class='post-body'>
<p><!-- google_ad_section_start --><data:post.body/><!-- google_ad_section_end --></p>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
Technorati Tags: google, adsense, section targeting
How to use Adsense Section Targeting on New Blogger
January 24, 2007 | Blogger Beta, New Blogger | 7 comments »7 comments
Post a Comment
Comments posted on iMessengr will be approved only if they are on-topic and not abusive. Please do not include URLs in the comment box.
Filed under : “
Windows Live Messenger
Yahoo Messenger
Google Talk
Skype
AIM
ICQ
Other IM Clients
Multi-protocol
Web-based Multi-protocol
IM Related
Mobile
Webcam Tools
Webmaster Tools
My name is Deniz Akay and I live in
Hi, only one question.
Do you use this hack on your blog?
If don't why not use?
best Regards
Yes S., I'm using it on my blog.
Thanks it helps and working correctly on my site.
it isn't working....i added the adsense thing 4 dayz back ..but still no sign of ads.
@ chaitanya.gk
Here is the note from official google help page:
"You can use section targeting to make suggestions about as many sections of a page as you like. However, please be aware that we can't guarantee results, and that it may take up to 2 weeks before our crawlers take into account any changes you've made to your site."
So, it doesn't mean that it's not working. It works very well on my site.
Thank You! I Hope It Works!
The actual AdSense section code does not show up in the page source unless you paste it directly into the post.
I insterted your hack and then viewed my pages and do not see the code. I then pasted the adsense code directly into the post and it was published.