Adsense is that the initial alternative of the many knowledgeable journalgers for his or her blog monetizing as a result of it's a discourse primarily based ad that shows relevant to the content. to extend the ad revenue webmasters attempt numerous ad spot on their journal to induce most output from their publicity programs. you may have ascertained an advertisement below post title in most of the large blogs. Why they like adding ads below the post title? it's as a result of the spot simply once the post title is that the best place to place ads to extend Click Through Rate (CTR). however you ought to not admit what different follows. you ought to keep making an attempt to feature adsense at numerous locations to envision that spot works best for you. come back to our today's tutorial that is concerning the way to show Google Adsense Ad below post titles in blogger. So, let begin the tutorial.
Creating Google Ads
Go to your Google Adsense account.
Create a brand new ad unit.
For higher results select wide space ad sizes like 300*250 Medium parallelogram or 336*280 giant parallelogram.
Customize your ad colours and click on on save and obtain code button.
Now analyse this code exploitation this markup language analyse Tool to vary special characters into their corresponding markup language entities. The ads will not seem if you employ that code directly.
Now copy the parsed code.
Adding Google Adsense in Blogger Below Post Titles
Go to Blogger >> Template.
Backup your blog template.
Click on Edit HTML button.
Tick on Expand Widget Template box.
Press Ctrl+F and search for
<data:post.body/>Now paste below code just above it.
<b:if cond='data:blog.pageType == "item"'>
PLACE YOUR AD CODE HERE
</b:if>Replace PLACE YOUR AD CODE HERE with your parsed ad code.
Click on save template button.
You are done!
Once you performed these steps then visit any of your blog posts. Ad below post title will look something 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 == "item"'>
<div align="center">
PLACE YOUR AD CODE HERE
</div>
</b:if>
If you are unhappy with the results and want to wrap text around Google adsense ads like this:
Then use below code.
<b:if cond='data:blog.pageType == "item"'>
<div style="float:left; margin:10px;">
PLACE YOUR AD CODE HERE
</div>
</b:if>
Replace left to right if you want to show ads on the right side wrapped with text.
Note: Observe that all of the above codes are added between conditional tags which will show ads only on post pages neither on homepage nor on labels page. If you want to show ads on every page then remove those conditional tags.
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>
0 comments:
Post a Comment