Visit Chitika eMiniMalls



What's Chitika working on?


Coming improvements


- Quicker stats
- More detailed stats
- Daily audits
- UK local listings
- France local listings
- Ads for RSS
- & for books/travel
- UK merchants
- Pounds & Euro prices
- More ad formats
- Ad preview tool


more...



Recent developments


CHANNELS! (Nov 7th)

The code page now automates the addition of keywords to your ad code. Log into your account to see it


- Banner ads for referral program


- Totals in stats


===========

Signed up for Chitika and not profitable?
We can help.

===========

More ways of topping up your Chitika eMiniMalls revenue


 

Tips

Controlling which tab shows first

Blending tips: Even the font is customisable!

Disabling Chitika Search when using Google search

Stats tip: Build channel code into ads now

Using Chitika with Adsense and YPN

Using Chitika eMiniMalls as your Adsense Alternate ad

Rotating keywords to keep serving different ads

Rotating keywords based on day of the week

Conserve stats, use Chitika's site as a sand pit

Better targeting for better money

Integrate Chitika into your blog posts

Customers with JS off will see no ads. How you can profit!

Have others work to earn you money in Chitika!

A way of earning up to 10% more for doing almost nothing

Double check that your ad is interactive

Target the ad based on keyword visitor last used in Google!

Use SSIs to make future updating easy

 

Controlling which tab shows first

Depending on the size of ad you're using the tab choices vary but the great thing with eMiniMalls is that you can control the default tab (and it's associated information) that your visitors see. To set the Deals tab as default simply use:

ch_default_tab = "Deals";


Targeted sample ad

Example: The example to the left is targeted for product "laptops", and set to show the "Specs" tab first. Feel free to have a look at the source code of this page (View > Source in IE, Ctrl + U in Firefox) and modify it for use on your own site. You can replace the "Specs" in the code with "Deals" or "Search" depending on your preference, and if your ad is one of the wider ads, like 728x90, the tab options are "Description", "Best Deals" (not "Deals"), "Reviews" and "Search". If you're using the 160 x 160 ad the only choices are "Best Deals" and "Search". Simply look at a sample ad in the eMiniMalls code page on the Chitika site and you'll know what tab options you are getting in your chosen ad size.


Blending suggestions

Targeted sample ad

In addition to all the options you have to blend the background, text, title and border colours, you can even controls the font! Seriously. Ever struggled to find the right CSS to mimic the Google Adsense ads? You're laughing now, you can change the ad's font to match the font on your page! How cool is that? If you've got Comic Sans MS the ad to the right here should use that font. You could use almost any other font. Code:

ch_font_text = 'Comic Sans MS';
ch_font_title = "Verdana, Arial, Helvetica";

Note that there are two variables, for the title and the text. And, for both, you can set a range of fonts as fallback in case the first one isn't available on the user's computer - as we've done with the Font Title.



Why disable Chitika search if you're running Google search?

You don't have to disable Chitika search to stay within the Google terms (as Chitika search is not a web search but a search of Chitika's product database). But, if you do want to disable Chitika search, here's how to do it:

Add this line of code to your script: ch_nosearch = 1;

The example on the right is from a screenshot made when that line of code was in the script on this page.

 

Build your channels info into your ads from now.

Though channels aren't an implemented feature yet you can insert channel code into your ads and, when channels becomes available, you should have access to back data on your channel by channel earnings. Add:

ch_sid = 'channel-name-here';

exactly as it appears above... and on its own line. Example:

...

ch_non_contextual = 1;
ch_sid = 'my channel name';
var ch_queries = new Array("keyword1", "keyword2", "keyword3");

...
 

Use Chitika eminimalls together with Adsense and YPN

If all the adblocks on the page look exactly like each other visitors are less likely to click on them. Create some variety. Mix Google text ads with your own banner with YPN ads with a Chitika interactive ad. This page tell you how to do it safely and within the respective programs' terms and conditions.

 

Use Chitika as your Adsense Alternative ad

If you're running Adsense you must be aware of Public Service Ads (PSAs) i.e. the ads that Google serves if it can't find a relevant ad for your page. However, you can set a default alternate ad. If you're setting up a page on your site especially for this purpose - stick the Chitika eMiniMalls code in there. Then place the URL for that Chitika eMiniMalls page in your Adsense code. All perfectly acceptable with Google! Now you can earn money from Chitika when Google doesn't have ads to fill the space provided. Don't believe us? Email Adsense support and you'll see that they have no objection.

It must be noted that this is a good fail safe in more ways than one. Even if you always see targeted ads on your pages people in other countries could be seeing PSAs on your pages. Having an alternate ad means that nobody ever sees PSAs. Further, there may be the odd occasion when Google is updating something, has a glitch, or otherwise can't serve relevant ads. You could be seeing days of declining incomes before you caught the problem. At least with Chitika as your Adsense Alternative you'll make that money up elsewhere.

 

Need help with finding the right products/keywords?

This page may help.

 

Beating ad blindness: Rotating ads for repeat visitors

Here's a scripting trick that allows random keyword selection; it's particularly useful if you have a lot of repeat visitors and keep them from getting blind to the ads. Give them different ads each time they visit. (see also rotate based on day of week)

Replace

ch_query = “keyword keyword2";

with

var ch_queries = new Array(’cheap keyword1′, ‘more expensive keyword2′, ‘luxury keyword3′);
var ch_selected = Math.floor((Math.random() * ch_queries.length));
ch_query = ch_queries[ch_selected];

If you have a fashion related site, for example, you can use keywords ranging from handbags to moisturizer to specific brand names like Prada and Jimmy Choo. And Chitika will show your regular visitors accessories, sweaters and related fashion items to keep them from getting bored with hand bag ads. And you're more likely to get a click.

Remember to use single quotes for the keywords in this scripting example.


Rotating keywords based on day of the week.

Post this code just before your Chitika code and replace the keywords in it with keywords of your choice. Chitika will now serve ads based on day of the week keywords you've specified

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

dow['Sunday'] = " 'ipod' , 'dell laptop' , 'powerbook' ";
dow['Monday'] = " 'xbox' , 'playstation' , 'nintendo' ";
dow['Tuesday'] = " 'couch' , 'office furniture'";
dow['Wednesday'] = " 'popcorn maker' , 'blender' , 'toaster'";
dow['Thursday'] = " 'cod liver oil' , 'glucosamine'";
dow['Friday'] = " 'braun shaver' , 'norelco shaver'";
dow['Saturday'] = " 'LCD monitor' , 'hard drive' ";

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

(Creative common licence)


Do your testing on the Chitika site

Playing around using the "Search" feature in the ad? Trying to see what products different keywords call up? Do it on the Chitika home page rather than on your own site and you won't mess up your stats.

 

Narrow your product down for more money

As per the advice on the Chitika site - if you narrow your product down and specify it as a keyword in the code you'll likely see a substantial increase in income. Try different keywords in Chitika's search to see what products they have in their database that will be the closest match to the content of your page. There is no contextual system as good as YOU! But, before you do this see the previous tip about testing keywords on the Chitika site.

 

Integrate Chitika eMiniMalls into your blog post

Download this plug-in, put it in your wp-content/plugins directory, and activate it in your plugin configuration page. Once done you'll see a new tag in the Quicklinks toolbar. Simply click on it to insert an ad in your post. If you run into problems try x74.org/index.php/2005/10/02/eminimall-plugin-for-wordpress. Using the custom feeds that are already in WP.
 

Untargetted, general live ad

 

Use a noscript tag to monetise even those page views where javascript is turned off

Like with Adsense and the Yahoo Publisher Network Chitika works via javascript, and if the user has javascript turned off he doesn't see your ads. If you believe you may have a large number of visitors with js turned off you could build in a noscripts tag.

<script type="text/javascript">
Chitika/Adsense/YPN code here
</script>
<noscript>
Other affiliate code or your own promotional URL here
</noscript>

It may be worth doing it anyway to monitor how many of your visitors are turning javascripts off.

 

Tell a friend, earn more from the referral program

Get others to sign up for Chitika and make 10% of what they do in their first twelve months. If you sign up by typing Chitika.com in your browser we make nothing. If you get to Chitika.com by clicking this link your earnings remain unaffected but Chitika pays us a commission. You can do the same. If you recommend Chitika on your site don't make it a standard link to chitika.com. Use this URL:

https://chitika.com/mm_overview.php?refid=anees

Don't forget to replace anees with your own affiliate ID. Don't forget, also, that the referral 10% is paid only for the first twelve months from sign-up.

 

Refer yourself - you're not limited to having just one account!

Combine the fact that you're not restricted to a single account... with the affiliate program, and what have you got? A quick way to make an additional 10% approx.

Case 1 - Joe Bloggs signs up after clicking our link: He makes $80 on his big site and $20 on his small one.

Case 2 - Joe Bloggs signs up after clicking our link but sets up his account in Mrs Jane Bloggs' name. Jane Bloggs then puts her code on the small site and refers Joe Bloggs who opens another account and is her "downline". Joe Bloggs puts his code on the big site. Earnings from the sites are still the same: $80 + $20. But, as Jane referred Joe she gets an additional sum of 10% of $80. Total earnings are now $108 instead of $100.

 

Check the live ad to make sure it's interactive

Sometimes an ad can end up with just one tab and when it does you lose the catchiness of the mouseover changes - the ad becomes static, argh! This happens particularly when there are only two tabs available for your given ad size and you turn off the search tab. Check the ad live after you've published it to your site. Losing the interactivity of the ad can cut your CTR by over 75%.

 

Target your ad based on what keyword the visitor found you on

With thanks to chitikatips.com when someone finds you on a search engine you can show them ads related to the exact keywords they searched for. This uses some javascript code which you insert just before the Chitika code.

 

Shortcuts
 

Use Server Side Includes (SSI) or Frontpage Include pages. Experienced webmasters already use them to minimise the work involved if you ever have to change the coding in the ad.



Some of these tips are covered, albeit slightly differently, at the Chitika site.

 

Home  |  Next Page: Chitika Frequently Asked Questions not answered elsewhere >>