Where your adsense ads are posted will determine how much will you earn. In this post, I will explain how to place your google ads in specific places on your blog (top/bottom of every posts, top right of your header, etc)
Login to your adsense account and create an ad. Then copy the ad code and convert it.
First, follow this guide on How To Edit Your Blog Template
Show Adsense Before Every Post
1. Find(CTRL+F) <data:post.body/>
2. Add your this code ABOVE <data:post.body/>
<b:if cond='data:blog.pageType == "item"'>
YOUR ADSENSE CODE HERE
</b:if>
YOUR ADSENSE CODE HERE
</b:if>
Recommended Ad Type: Text Ad Only 300x250 or 336x280
Preview:
Show Adsense After Every Post
1. Find(CTRL+F) <data:post.body/>
2. Add your this code BELOW <data:post.body/>
<b:if cond='data:blog.pageType == "item"'>
YOUR ADSENSE CODE HERE
</b:if>
YOUR ADSENSE CODE HERE
</b:if>
Recommended Ad Type: Text and Images 468x60
Preview: