Adsense Compliant
Saturday, November 5th, 2005To run chitika with adsense, you want to make sure that Chitika ads are not contextually targeted to your content. So to make it work, you need to inpur the keywords for chitika.
For your chitika code, make sure you have the following if you are running adsense ads:
ch_non_contextual = 1;
var ch_queries = new Array(’keyword1, keyword2, keyword3′);
var ch_selected= Math.floor((Math.random()*ch_queries.length));
ch_query = ch_queries[ch_selected];
The keywords will tell chitika server to serve ads that are related to your keywords only and this should keey you from violating Adsense policies.