Thursday, 15 August 2013

How to add Adsense ads to Blog

Adsense is the first choice of many expert bloggers for their blog monetizing because it is a contextual based ad which shows relevant to the content. To increase the ad revenue webmasters try various ad spot on their blog to get maximum output from their advertisement programs. You might have observed an ad below post title in most of the big blogs. Why they prefer adding ads below the post title? It is because the spot just after the post title is the best place to put ads to increase Click Through Rate (CTR). But you should not rely on what other follows. You should keep trying to add adsense at various locations to check which spot works best for you. Come to our today's tutorial which is about how to show Google Adsense Ad below post titles in blogger. So, let start the tutorial. 1. Go to your Google Adsense account. 2. Create a new ad unit. 3. For better results choose wide area ad sizes like 300*250 Medium Rectangle or 336*280 Large Rectangle. 4. Customize your ad colors and click on save and get code button. 5. Now parse this code using this HTML Parse Tool to change special characters into their corresponding HTML entities. The ads won't appear if you use that code directly. 6. Now copy the parsed code.           
1. Go to Blogger >> Template.
2. Backup your blog template.
3. Click on Edit HTML button.
4. Tick on Expand Widget Template box.
5. Press Ctrl + F and search for <data:post.body/>
6. Now paste below code just above it.
<b:if
cond='data:blog.pageType
== &quot;item&quot;'>
PLACE YOUR AD CODE
HERE
</b:if>
7. PLACE YOUR AD CODE
HERE
8. Click on save template button.
9. You are done!

No comments:

Post a Comment