Making Money With Adsense may be good because it is one of the biggest adnetwork since before, but only if you know how to maximize your earning, one way of it is to place
ads in the right place, right size and setting. Do you want to know and managed your ads? placing it anywhere you want will help you to increase you revenue.
There are lots of new and old bloggers doesn’t know where to place Adsense ads correctly. This problem mainly affects new bloggers. Adding your Adsense ads in your middle of the blog post will help you to increase your earnings by making it more prominent. It’s a simple way to put Adsense ads in the middle of a Blogger blog post, only with some codes and a group of some divisions <div>..
I will now teach you on how to place Adsense ads code anywhere in you blogger blog post.
Please Save your template before doing anything
If you want to put Adsense ads in the middle of Blogger posts follow the steps below.
1.Generate Parsed code for your adsense code because we cannot put adsense code directly in the xml.So parse it using AdParser.
2.Log in to your dashboard–> layout- -> Edit HTML3.Click on “Expand Widget Templates”
4.Scroll down to where you see this:
<data:post.body/>
<div expr:id='"aim1" + data:post.id'></div>
<div style="clear:both; margin:10px 0">
<!-- Your AdSense code here -->
</div>
<div expr:id='"aim2" + data:post.id'>
<data:post.body/>
</div>
<script type="text/javascript">
var obj0=document.getElementById("aim1<data:post.id/>");
var obj1=document.getElementById("aim2<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>
Note : You must you must replace <!– Your AdSense code here –> with Your Adsense Parsed code.
6.Now save your template.
7.In every blog post ,Put this special code :
<!-- adsense -->
in the exact point you want to appear AdSense advertising.Now you are done.
What are your experiences using this code? Mine increases the conversion rate of advertisement.
it will show below the post title…
This tutorial really works..!! Thank you very much for this. 🙂
There are 3 data:post.body ,which one should i choose to replace