Total Visitors

Archives

How to Put Adsense Inside Blog Posts (for Blogger or Blogspot)?

Adsense inside blog posts can be considered to increase or optimize your adsense revenue. It certainly can increase your CTR (Click Through Rate). Adsense, there are alternatives to put it inside posting, below the page title (like in this post) or below your article, and you can also set your adsense alignment (right or left). Many blogger or blogspot users experienced difficulties, especially new user to put adsense inside the posting. Well.. it is not too difficult, in this post I will show you the easy way to put adsense inside your post. Just follow these steps to put adsense inside blog post.
1. Get Your Adsense Code
Firstly, log in to your adesense account and create new ads. It is up to you about the ad size, but it is better if you choose large rectangle ads format. Okay now you have the adsense code. You can not put your adsense code directly, you need to "parse the adsense code", how?? Just go to http://blogcrowds.com/resources/parse_html.php ,paste your code and click "Parse". Now select the parse result and copy it.

2. Put Your Adsense Code
Go to blogger.com and log in to your account. Now go to "layout section", edit html. Click "Expand template widget" and find this code or

.

If you want to put adsense below posts, paste the adsense parse result below this tag or



If you want to put adsense above posts (below the page title), paste the adsense parse result above this tag or

. You can also set its position (left or right). To sets the position, wrap your adsense parse code with
Your adsense code after parse
then save your template.
For Example :


<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxx";
google_ad_host = "pub-1599271086004685";
/* 336x280, created 7/19/09 */
google_ad_slot = "2827767942";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>





3. Save and Confirm