
One of the Best Place to put adsense code is between the post title and Body. For doing so in blogger we need to put code direcly in the XML template.
First Locate the following code by taking "Layout-Edit HTML"
<data:post.body/>
other lines between that code will be like this
<div class='post-header-line-1'/>
<div class='post-body'>
<data:post.body/>
...