Undoubtedly, the places in which they are put Google Adsense ads contribute to a large extent in the increase rates of clicks on the ads,Despite the ease of insertion of advertisements in blogs by traditional methods, but some suggest placing ads above or below the title of the article, while others prefer to be placed inside of the article or on the head. How can we put ads in these places?
First, I want to emphasize that we need a tool that converts the ads, which will transform the ads in a format suitable for inclusion in one of the following places :
1 - Placing ads Adsense under the title article :
* - Create a new ad unit from the control panel Google Adsense.
* - Copy Code and put it in the text box on conversion tool and press Convert.
normal form of advertising code before pressing a button conversion
modified form of advertising code after pressing a button conversion
* - Copy the new code
* - Go to the control panel in Blogger and then to template and => edit HTML.
* - Find for the following code:
<data:post.body/>
* - Paste the Ad Google Adsense code directly above it.
* - Save the template.
* - And become the final form of the ad placement as follows:
Tip: This method allows ad appears on the home page of the blog, as well as the page about and this is not desirable because it will contribute to a large number of prints to announce without clicking it, and to avoid he prefers the appearance of advertising only on the topic page only, and this is done by adding the code in the Next rather than just add the modified code:
<b:if cond='data:blog.pageType == "item"'>
Put modified adsense Ad Code Here
</ b: if>
2 - Placing Adsense ads in the end of the post :
* - Repeat the same steps as previous, but place the modified adsense code down following code :
<data:post.body/>
* - To adsense ad become a in this following form:
3 - Put Adsense ads in the center of the article :
* - Find for the following code:
<data:post.body/>
Select it and clear it , put in his place the following code:
<div expr:id='"aim1" + data:post.id'></div>
<div style="clear:both; margin:10px 0">
<!-- AdSense modified code -->
</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>
* - Replace the phrase Adsense modified Code by your adsense modified code .
* - Now, when you write a new article, place the following code anywhere within the entry you want the appearance of ads, noting that the introduction of this code is the last step in the HTML editing mode.
<!-- adsense -->
your adsense ad become a in this following form - according to the place you have chosen - :


























