Using Chitika eMinimalls with Adsense.
To conform with Googles terms you can turn off contextual advertising on your Chitika ads by using the following code.
ch_non_contextual = 1;
var ch_queries = new Array("laptop", "ipod");
var ch_selected=Math.floor((Math.random()*ch_queries.length));
ch_query = ch_queries[ch_selected];
You need to place the following code inside the javascript code within the script code that is supplied to you using the eMinimalls code generator on the Chitika website. You will need to replace the keywords in the array with the keywords you wish to target.
If you have only 1 keyword you wish to target then you can just add the following line to your Chitika code instead.
ch_query = "keyword";
Just replace the keyword in quotes with the keyword you wish to target.
Sign up with Chitika and start earning.
