Google AdSense Targeting and My Blogger Blog
Here is how you add the Google AdSense targeting code to your Blogger template.
While editing your extended Google Blogger template simply find the <data:post.body> element and add the following around it.
<b:if cond=’data:blog.pageType == “item”‘>
<!– google_ad_section_start –>
</b:if>
<p><data:post.body/></p>
<b:if cond=’data:blog.pageType == “item”‘>
<!– google_ad_section_end –>
</b:if>