Tuesday, April 1, 2014

Top 3 Ways To Add Google Adsense Code In To Blogger Post


Now, Google Adsense is the important backbone of internet marketing and advertising, and is the first choice of the most blogger experts all over the world to revenue from their sites or blogs by writing high quality content.

So, Google Adsense has many roles that manage users from right using its Adsense program, every beginner must know this rules from here Adsense Beginner Guide.

Let's start with our article.

  • Ads Unit
You can go to you adsense dashboard and Make your suitable units with suitable colors and sizes.And for better results you must create your units wide 300*250 medium rectangle or 336*280 large rectangle.

Now parse your code with Online parser code converter.



  • Adding Google Adsense Code below post title


Backup your blog template first!

Press Ctrl+F and search for
<data:post.body/>
  1. Now paste below code just above it.

<b:if cond=’data:blog.pageType == &quot;item&quot;’>
PLACE YOUR AD CODE HERE
</b:if>
  • Replace PLACE YOUR AD CODE HERE with your parsed ad code, and click save template.
In this case after adding below post title, ad below post title will look like this:


The ad below post title will appear at the left side. If you want to show it at the right side or at center then use below code.

<b:if cond=’data:blog.pageType == &quot;item&quot;’>
<div align=”center“>
PLACE YOUR AD CODE HERE
</div>
</b:if>
If you want to wrap text around Google Adsense ads like this:


Use this code:
<b:if cond=’data:blog.pageType == &quot;item&quot;’>
<div style=”float:left; margin:10px;”>
PLACE YOUR AD CODE HERE
</div>
</b:if>
If you are showing ad on homepage and label pages also then take a look on your ad. It will be shown below all post’s titles means if you have set 5 posts to appear on your homepage then it will only appear below first 3 post’s titles. Last two will be shown as blank white space. I recommend you to show ad below first post title only. Replace above conditional tags with below ones to show single ad on homepage and labels page below first top most post’s title.
<b:if cond=’data:post.isFirstPost’>
PLACE YOUR AD CODE HERE
</b:if>

No comments:

Post a Comment