Layout Tips to Maximize Adsense CTR Click
June 3, 2008
On Positioning. you need to add your Adsense links right in the heart of your template, right in the heart of your content.
The introduction of Google Adsense ‘link units’, now can be added what looks like a ‘menu system’ to compliment your menu system within your website. Have you ever just clicked on a website and kept clicking on the menu links? I know we all have (beware of invalid clicks on adsense). And by adding a ‘Google link units’ to your menu, hope that you will get more clicks than you thought.
Try add the link units near the top of your website for better performance and try create your link units matched with the color of your menu system in place.
Once, I find myself clicking on a menu link unit without even realizing it which in turn gives more money to the website owner.
The Leaderboards & Skyscrapers may very well be your “bread & butter” because of the sheer size of these ads units. The best place to add these ad units is obvious; Straight across the very top of your website for leaderboards, and straight down the side of your template for skyscrapers. Anywhere else may not look proper within your template and may look unprofessional.
The Square & Rectangle Ad Units are great to compliment the mass amount of content within your website and also within your resources. You want to compliment your content and don’t want Adsense to be your content because this make it look poor on your part.
Square and rectangular units are great to use within articles posted on your website or within your link resources. Try adding your Adsense boxes above your resource links within a page and give your Adsense account extra exposure.
Popularity: 31%
Tips to Maximize CTR of Chitika RPU on Wordpress
May 16, 2008
This is a small tips to maximize your CTR (Click-through rate) of your Chitika RPU (Related Products Unit). Chitika RPU system don’t have the section targeting facilities like what Adsense does, and sometimes it will make your Chitika ads not relevant to your website content. And for Wordpress user, this could be done by automatically fill the chitika keywords with your post title.
It’s simple, just insert the Wordpress post title code : <?php echo the_title(); ?> to your Chitika ads code.
Here’s the sample code:
<script type="text/javascript"><!–
ch_client = "chitika_client";
ch_type = "rpu";
ch_noprice = "1";
ch_shufflequeries = 1;
ch_width = 728;
ch_height = 90;
ch_non_contextual = 1;
ch_default_category = "93767";
var ch_queries = new Array( );
var ch_queries = new Array( "<?php echo the_title(); ?>" );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//–></script>
<script src="http://scripts.chitika.net/eminimalls/mm.js" type="text/javascript">
</script>
Hope it works to maximize your Chitika RPU earning.
Popularity: 31%




Recent Comments