Ads inside posts have a higher CTR (Click Through Rate), it mean you can increase your earning more. Wrapping code violates the adsense TOS. Here I will describe how to place the ads inside the post without violating the adsense TOS.
1. Login to your blogger account.
2. Go to Layout, Edit HTML and check the "Expand Widget Templates" Check box.
3. Find the following code
<data:post.body/>
(a) If you want to place the ads right under the posts title copy the following code before the above code line.
Do like this:
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.includeAd'> <data:adEnd/>
<data:adCode/> <data:adStart/> </b:if>
</b:if>
<data:post.body/>
(b) If you want to place the ads at the end of your posts copy the following code after above code line.
Do like this:
<data:post.body/>
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.includeAd'> <data:adEnd/>
<data:adCode/> <data:adStart/> </b:if>
</b:if>
If you get any problem then post comment
For Further Reading,

0 comments:
Post a Comment