So, the placement is too necessary for high CPM and more clicks. But there are a few bloggers who are not able to add Adsense ads code anywhere on the blogger due the lack of knowledge of coding.
How to /
1. Log in to your blogger account
2. Go to Dashboard > Template > Edit Template.
3. Now, find out <data:post.body/> Now Replace the above code with the below code,
<div expr:id='"adsmiddle1" + data:post.id'></div>
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:blog.pageType != "static_page"'>
<div style="clear:both; margin:10px 0">
<!-- Add here the code of your ad -->
</div>
</b:if>
</b:if>
<div expr:id='"adsmiddle2" + data:post.id'>
<data:post.body/>
</div>
<script type="text/javascript">
var obj0=document.getElementById("adsmiddle1<data:post.id/>");
var obj1=document.getElementById("adsmiddle2<data:post.id/>");
var s=obj1.innerHTML;
var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>
4. Now, Save your template .
5. Now, when you will make a blog post, then add the below code where you want in HTML area of blog post
<!-- adsense -->
6. Now you have done. See below picture.
Post a Comment
Post a Comment