Which Adsense Format & Color Scheme Will Work Best for You ?

Should I use the 300x250 Adsense Rectangle or the much wider 336x280 for maximizing clicks? What do I select - 4 or 5 ads per Adlink unit ? Will text only ads perform better than text+image ads ? Should I hide the colored border ?

These are some very common questions among web publishers especially those who have just gained admission to the University of Adsense. While the answer is to keep on experimenting, most Adsense experts employ a simple technique called "AB Split Testing" to optimize their Adsense Ads.

The basic idea is to display different Adsense formats at the same location simultaneously but randomly. [This is done using the random() function in Javascript that generates a number between 0 and 1 with equal probability]

google adsense reports

Here's a sample scenario to help you determine what format works best for your site - 300x250 or 338x280 ?

Step 1: Create two custom Adsense Channels - name them as 300x250 and 336x280.

Step 2: Generate the Adsense Javascript code for each of these Adsense formats. Everything will be common in two code snippets except the value of following variables: google_ad_channel, google_ad_width, google_ad_height and google_ad_format.

Step 3: This is an important step, you will merge the two Adsense snippets in such a fashion that each makes an appearance on your web pages nearly 50% of the time. Here's a sample code:

<script type="text/javascript">
var google_ads = Math.random();
if (google_ads < .5){
google_ad_channel = "300x250Channel";google_ad_width = 300;
google_ad_height = 250;google_ad_format = "300x250_as";
} else {
google_ad_channel = "336x280Channel";google_ad_width = 336;
google_ad_height = 280;google_ad_format = "336x280_as";
}
google_ad_client = "pub-xxx";google_ad_type = "text_image";
google_color_border = "FFFFFF";google_color_bg = "FFFFFF";
google_color_link = "0000FF";google_color_text = "000000";
google_color_url = "0000FF";
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Monitor the performance (CTR, eCPM) of the two Adsense channels for a week or two to know which of the two Ad formats are converting better. [Switch to Advanced reports, select the two Adsense for Content channels and group by both date and channel]

In the next iteration, you may try the same trick with two different color schemes but keeping the Ad format same - just create separate Adsense channels for each color scheme.

If you are displaying Adsense ads on the homepage of blogs or other places where content changes very frequently, it's a good idea to test between Text and Text+Image Ads.

The contextual ads may not be very relevant on blog homepage or archives because of the dynamic content and therefore CPM based Image ads may bring in more revenue.

Show Google Adsense Ads Below Post Title and Post Body

In this tutorial I will explain how to place Adsense Ads below post title in Blogger Blogs with lots of customization tips. You might have noticed that most of the bloggers show Google Adsense ads below title to increase their "Click Through Rate" (CTR) and earnings.

According to Google Adsense help pages " Where to place Adsense Ads ?". Placing Adsense ads below title and above article content can bring high CTR and performance.



How to place Adsense Ads between Blog posts:

By doing this,the Adsense units will be displayed between the blog posts in the homepage, archive pages and permalink (individual post pages).


1. Sign in to your Blogger Dashboard > Click on the Layout link


2. Click on the Edit link in the "Blog Posts' column [look at the below screenshot]

A pop up window opens ...

3. Check the box next to 'Show Ads Between Posts'

Next, Configure the Inline Ads, choose the Format, Colors etc and SAVE THE CHANGES.

That's it! Now your Adsense Ads will show between blog posts.


Showing Adsense Ad only in Post pages :-

1. Sign in to your Blogger Dashboard > Layout > Edit html

Check the box next to 'Expand Widget Templates'

2. Scroll down the window till you see this code

<b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if>


3. Replace that code in the template with the below code

<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>

4. Again, scroll down the template and find out data-post body tag

Copy the following code :-

<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>

If you want Ads to show above the Post Body after the Post Title, paste the code above that tag.




If you want Ads to show below the Post Body, paste the code below that tag.



If you would like to show them at both the top and bottom of your posts you should only show them on the post pages since we are only allowed to display a certain amount on each page so to get them at the bottom and top of your posts.

<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>


Paste the code above and below the <data:post.body/> tag so it should look something like the following screenshot



Save the template and view a post on your blog you should see Ads at the top and bottom of the Post Body.

Leave you comments if you like the post or if you have any questions doubts.

The Differences between RON92, RON95 and RON97

Filling gasoline into a car.


Despite the change of ministry leadership, the proposed restructuring of fuel grades and pricing will go ahead as scheduled. The new Domestic Trade and Consumer Affairs Minister Datuk Seri Ismail Sabri Yaakob has announced that the price of RON97 fuel will be increased to RM2.00 per liter from the 1st of September 2009 onwards. That is an RM0.20 increase from the current price. We’ve paid RM2 per liter for RON97 before as that was the price during the period of the 18th of November 2008 to the 2nd of December 2008. Also on September 1st, RON95 and Euro 2M diesel are expected to be introduced into the market. RON 95 petrol will be available at all petrol stations nationwide retailing at RM1.75 per litre. This will replace the RON92 petrol, and push RON97 petrol as premium product to RM2 per litre, 20 sen more than the current price. You might have seen numbers like RON97 and RON92 at your neighbourhood petrol station. Fuel with a RON97 rating is more expensive, RM1.92 per liter at time of writing with the lower RON92 rating going for RM1.88. 

Have you ever wondered what they mean? Why is RON97 more expensive than RON92, and can you use RON92 to save on fuel costs? The following will give you an idea what is the differences between RON92, RON95 and RON97 :- Many said that RON92 oil is the older oil, only suitable for older cars or for cars that uses carburetor only. There are also some that said that RON92 oil will make the engine dirty and also said that that RON92 oil is less powerful compared to RON97 and RON99. 

Before you make any false assumptions, let us see what the real meaning of RON is. RON stands for Research Octane Number. Octane number or octane rating refers to the gasoline ability to withstand auto ignition (knocking) inside the engine. Higher octane number refers to higher ability of the oil to fight auto ignition. In other words, it means that RON95 is harder to ignite compared to RON92.Different vehicles are designed to be use with different octane number of oil. Higher octane number oil is basically designed for high performance vehicles such as sport vehicle and racing vehicle. Why is that so? This is to avoid premature ignition of oil inside the engine because of auto ignition, which happens before the spark plug ignite the fuel. This phenomenon is known as knocking. Knocking is not wanted because it reduces the performance of vehicle. The right usage of octane number based on design and adjustment of engine will maximize the performance and effectiveness of the vehicle. Modern vehicles are equipped with knock sensor which enables it to adjust its combustion timing automatically according to the oil octane number to avoid knocking or premature ignition of oil. 

Not all vehicles require high octane number petrol. 

You can check your vehicle fuel requirement inside the guide book of your vehicle or you can simply check the minimum Octane Rating at the back of the fuel lid cover of your vehicle. Most cars can still use RON92. Higher RON number does not means that it is more powerful. It means that it is harder to ignite. It is also cost you more. It is a misunderstanding to think that RON97 fuels produce more power than RON92 fuels, even more so with the fact that in reality a higher RON number means the fuel burns less easily! RON refers to the ability of the fuel to resist knocking and nothing else. By pumping the RON97 into a car which engine only requires the RON92, all you are going to get is an emptier wallet hardly counts for performance gains via weight reduction! 

 If you find that your engine can use RON92 petrol and decide to save a bit of money, do check out if a petrol stations RON92 petrol is leaded or unleaded. All RON97 petrol is unleaded, but some RON92 petrol might be leaded although this could be very very rare today.