Tips to Maximize CTR of Chitika RPU on Wordpress

May 16, 2008 · Print This Article

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: 15%


Possible Related Post:
Bigger Chitika for Bigger Click’s Earning
My Chitika Earning Analysis
Layout Tips to Maximize Adsense CTR Click
New Chitika CPM Ads, Wonderful!
How to avoid Wordpress Remote SQL Injection

Comments

One Response to “Tips to Maximize CTR of Chitika RPU on Wordpress”

  1. Bigger Chitika for Bigger Click’s Earning on Personal Web Tech Development on May 15th, 2009 2:59 pm

    [...] Chitika just released a brand new Chitika ads unit called the “MEGA-Unit.” With size 550×250 pixel, Mega-Unit can boost the CTR 4 times higher than other Chitika ad units, adding a massive increase in clicks and Chitika earning revenue. These Chitika publisher have made it with some Chitika tips: [...]

Got something to say?