Archive for the ‘Chitika eMiniMalls’ Category

Adsense Compliant

Saturday, November 5th, 2005

To 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.

Chitika Daily Keyword Rotator

Saturday, November 5th, 2005

Look you your chitika code and add the following code before it:

<script language="javascript">
var dow = new Array();

dow[’Sunday’] = " ‘ipod’ , ‘dell laptop’ , ‘powerbook’ ";
dow[’Monday’] = " ‘xbox’ , ‘playstation’ , ‘nintendo’ ";
dow[’Tuesday’] = " ‘couch’ , ‘plasma’ , ‘office furniture’ ";
dow[’Wednesday’] = " ‘psp’ , ‘blender’ , ‘toaster’ ";
dow[’Thursday’] = " ‘ipod’ , ‘gamecube’ , ’speakers’ ";
dow[’Friday’] = " ‘computer’ , ’software’ , ‘motorola razr’ ";
dow[’Saturday’] = " ‘LCD monitor’ , ‘hard drive’ , ‘headphones’ ";

var now = new Date();
var dayNames = new
Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");

</script>

In your chitika code, edit the following :

var ch_queries = new Array(dow[dayNames[now.getDay()]]);

New Pay Per Click Program - Chitika eMiniMalls

Saturday, November 5th, 2005

Chitika eMiniMalls offer distinct advantages over the current pay-per-click advertising standard, Google Adsense. The product graphics, interactivity, and price comparison engine add up to increased clickthrough rates and higher monthly payouts for the webmaster.

Change the Chitika background color:

ch_color_bg = “#D6D6DF”;

Choose your query keywords:

Locate this line in your Chitika code:
var ch_queries = new Array(”);

var ch_queries = new Array(’Mighty Dog’,'Petsafe’,'Frontline’); [select keywords the are related to content on your website. You can look for product keyword by searching on shopping.com, amzon etc]

Change the default tab

If you are using a 250×250 or smaller, add: ch_default_tab = “Deals”;

Otherwise, add: ch_default_tab = “Best Deals”;

Remove the product search box

To your Chitika code add: ch_nosearch = 1;

Track your ad performance with channels

ch_sid = ‘channelid’;