Showing posts with label Adsense. Show all posts
Showing posts with label Adsense. Show all posts

Adsense - How Many Google Ads Units per Page ?


Maximum number of Ad Units

- Up to three ad units may be displayed on each page.
- A maximum of two Google AdSense for search boxes may be placed on a page.
- Up to three link units may also be placed on each page.
- Up to three referral units may be displayed on a page, in addition to the ad units, search boxes, and link units specified above.
- AdSense for search results pages may show only a single ad link unit in addition to the ads Google serves with the search results. No other ads may be displayed on your search results page.

Adsense - Insert Google Adsense Into Blogger XML Post Body


Have you ever tried to insert the Google Adsense code directly into your Blogger XML Template and get this error?


Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: The processing instruction target matching "[xX][mM][lL]" is not allowed.


So, you resolve to insert the Adsense code using blogger widgets. However that means your widgets can not appear within each post, the best spots to place your ads. Don't worry, there is a way of inserting Adsense code straight into your XML templates.

Since Blogger started using XML everything is more strict and standardized. The above error simply mean the Adsense code is not standized XML and solve it we need to replace all the html character such as '<' with '>' '"' with '"'. Without ' '

Take a look example:


<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXX";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>



would be



&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-XXXXXXXXXXXXXXX&quot;;
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = &quot;336x280_as&quot;;
google_ad_type = &quot;text_image&quot;;
google_ad_channel = &quot;&quot;;
google_color_border = &quot;FFFFFF&quot;;
google_color_bg = &quot;FFFFFF&quot;;
google_color_link = &quot;000000&quot;;
google_color_text = &quot;000000&quot;;
google_color_url = &quot;000000&quot;;
//--&gt;&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;


Good Luck! =)

Split Testing: How To Increase Your Adsense Earnings 94% Overnight




I split tested 3 separate regions of my site and looked mostly at eCPM to compare them. If you aren’t sure what eCPM is click here. I think it’s better to use eCPM than click through rate (CTR) because it incorporates not just how often it’s clicked, but also how much you make per click.


Right Aligned vs. Left Aligned Ad In Post Body



This ad region makes the most money for me, and was smack dab at the top of each individual post page (but not on the homepage).

  • The right aligned ad got a 0.78% CTR and $1.41 eCPM
  • The left aligned ad got a 1.30% CTR and $5.31 eCPM

Clear winner: left aligned (276% improvement)

It’s hard to say why this is exactly. Maybe the left aligned ad looks more like it’s actual content instead of an ad. Whatever the reason, the difference was substantial.


Top Right: image vs. text



This ad resides at the very top right of every page. I had been running it with image ads for a while and decided to test it against text ads (with some appropriate color choices).

  • The image ads got a 0.35% CTR and $1.74 eCPM
  • The text ads got a 0.33% CTR and $2.15 eCPM

Interesting to note here that although the CTR went down slightly, the eCPM went up. This seems to indicate that the text ads were paying more per click. So even though it was clicked slightly less often it still made more money overall.

Winner: text ads (narrowly)


Under Posts: image vs. text



This ad was placed at the bottom of each post page and also on the homepage under the excerpts. I again decided to test some text ads against the incumbent image ads.

  • The image ads got a 0.58% CTR and $1.86 eCPM
  • The text ads got a 0.43% CTR and $2.27 eCPM

Again here the CTR went down and the eCPM went up. Also worth noting is that the color scheme I used on the text ad block is consistent with my site. “Blockquote” tags on my site use a similar color scheme.

Winner: text ads


Credits To: Problogger.net
Official Link and Post By: Problogger.net