Pages

Ads 468x60px

Add Adsense Ads Inside Blogger Post

How To Add Adsense Inside Blogger Posts?
Blogger is a great place to make money by putting some good stuff and Adsense ads with them. Many analysis  show that ads within your content can increase click through rate dramatically. But Blogger allows ads through gadget only.

Can I put Adsense Ads insight the post?

Yes you can, here we will learn how we can put Adsense ads insight the post either at the top of content (just after title) or at the end of content (just before the comments). You can do it but by using >> Edit HTML in Templates.
Follow the steps below:
  • Open the ‘Template’ option and click on ‘Edit HTML’ button
  • Make sure you keep a copy of this code in text file to roll back any error
  • Click to check the Expand Widget Templates
  • Get Adsense ad code from Google Adsense account
  • Parse the Code (Check below how to parses code)
  • Find <data:post.body/> in the code
  • Put the Adsense parsed code before <data:post.body/> if you want ads before post content & after title or put the code after <data:post.body/> to place ad after content of post & before comments
  • Click on “Save Templates” and you are done
Make sure you have only three ads in the page, because Google Adsense policy does not allow to show more than three ads at a page.
Parsing the Code:
Parsing the html mean converting special characters to HTML.
If you have following ad:
<script type=”text/javascript”><!–
google_ad_client = “ca-pub-***************“;
google_ad_slot = “***************“;
google_ad_width = 728;
google_ad_height = 90;
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
Paste the adsense code in notepad and replace following:
(<) to (&lt;)
(>) to (&gt;)
(“)  to (&quot;)
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!–
google_ad_client = “ca-pub-***************”;
google_ad_slot = “***************“;
google_ad_width = 728;
google_ad_height = 90;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;

Does It Violates Adsense Ads Policy?

No, not at all unless you alter the ad size, layout or code.
Thus when you place the code after- <data:post.body/>, it will look like:
Adsense ad in Blogger
If you have been using ads in gadgets, Surely this new placement will increase your CTR and earning.
Good luck and Happy Earning.

No comments:

Post a Comment

 
Blogger Templates