Making More Money With Simple Script Hack on Chitika

Posted by Aamir khan

Since Chitika now supports channels (SID) , we can use this technique to determine the best Chitika keywords that have a higher CTR as well as eCPM.

Here we have written a simple hack to determine the top paying keywords in Chitika eMinimalls. Since this hack only extends the existing channel names, we will still be able to track which Chitika interactive unit was clicked by the user.

All you need to do is add one more line of code to your Chitika Javascript code.

<script type="text/javascript"><!--
ch_client = "chitika-login";
ch_width = 468;
ch_height = 60;
ch_sid = "left sidebar"; // Chitika Channel Name
var ch_queries = new Array( "cameras", "ipod", "xbox", "laptop" );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
ch_query = ch_queries[ch_selected];
ch_sid += " " + ch_query;
//--></script>
<script src="http://scripts.chitika.net/eminimalls/mm.js" type="text/javascript">
</script>



The variable ch_sid holds the SID level/channel name. We have just extended the channel name to include the product name. Once this is enabled, your Chitika eMiniMalls reports will show data for "channel name" + "product name". So you will easily know which keywords are performing best and remove the ones that are low paying or receive no clicks at all.

Chitika Customer service are doing an excellent job. They sometimes reply to your queries in few seconds.

Amit made a few changes in the above code based on Michelle (Chitika Customer Service) advice.

1) The semicolon was missing in the first ch_sid. This can lead to javascript errors on some browsers. Also Amit added // before the "Chitika Channel Name". (since people tend to blindly copy the code. If there is a comment atleast the code wont break)

2) Nitpicky thing: changed the repeated ch_queries[ch_selected] to ch_query (and saved 1 nanosecond to avoid the array reference! :-)

{ 1 comments... read them below or add one }

Unknown said...

What mean brother: changed the repeated ch_queries[ch_selected] to ch_query (and saved 1 nanosecond to avoid the array reference! :-)

Pleas explain

Post a Comment

What you Says

..-

Related Posts Plugin for WordPress, Blogger...

If you like this blog,then link back to me.
This is what you will see.



Optionally use this Widget installer to add this link to your blogger blog.