Put AdSense Ad Below Post Title
In this tutorial we are learning that how to put ads between post and title simple easy way to increase adsense earning,you might have observed an adsense ad below post title in most of blogs,
why they prefer adding ads below the post title?
bcoz of after the post title is the place to put ads to increase (CTR)
Google AdSense |
Let's Start :-
Create Google Ads
1- Go to your Google AdSense Account2 - Create a New Ad Unit :- ( for better result choose wide area ad size 300*250 medium rectangle or 336*280 Large
3- Now after click on save and get code
4 - Select Synchoronus in the code type and copy AD code
5 - you need parse this code Using HTML parse Tool to change special char. into their corresponding HTML entites,
ads won't appear if you use that code directly
6 - Now Copy and Parsed Code
Adding Ads in Blogger Below Post Titles
Go to your blogger
but Note :- Backup your Blog Template before doing any changes in template!
Click on edit HTML button
Put cursor anywhere in template and Press CTRL+F and Search For
<data:post.body/>
Now Paste Below Code Just Above it
<b:if cond='data:blog.pageType == "item"'>
Enter your PARSE Code Here
</b:if>z
Replace enter your PARSE code here with your parsed ad code.
Click on save template button.
and done!!
Note :- Based upon your template there are always chances that you will find multiple instances of <data:post.body/>
so try will all of them
once you get correct one you wull able to see ads like this
the ad below post title will appear at left...
if you want to change it to Right side or at center USE below code
<b:if cond='data:blog.pageType == "item"'>
<div align=”center“> Please type this line manually. It can give you an HTML error.
Enter your Parse Code here
</div>
</b:if>
if you don't this look and want to wrap text around google ads like this
then use below code.
<b:if cond='data:blog.pageType == "item"'> Done! Enjoy =) |
No comments:
Post a Comment