the Future of the Web
  • Home
  • Hire Us
  • Articles
  • About
  • Contact
  • Chitika Channel Tips

    Nov 12 2005

    I started using Chitika eMiniMalls a few days ago on Free Horoscope Daily, as well as on the tools pages of this site. So far so good, it seems like a very promising ad service. The ads can be contextual like Google Adsense, but I suspect you can get them to perform better by specifying keywords to bring up the product you want.

    Very recently, Chitika added a JavaScript variable to allow for Channels, ch_sid. Instead of having a Channel management area on the website, where you set up channels and get a numeric ID to use for the channel, they allow you to specify any string at all. This makes testing out different ad styles and keywords very easy.

    To test out keywords, that is, to see which keywords bring up products people are actually buying, we can create the Channel name dynamically using Javascript:

    ch_queries = new Array("ipod", "camera", "dvd player", "etc.");
    ch_query = ch_queries[Math.floor((Math.random()*ch_queries.length))];
    ch_sid = 'Channel Prefix ' + ch_query;
    

    This will give you channel names like "Channel Prefix camera" or "Channel Prefix ipod", etc. Of course, you can change Channel Prefix to include more information on the type of ad or location of the ad.

    You could also experiment with different ad colors or sizes in a similar way, and build up the ch_sid variable to include all the variables. For example:

    ch_colors = new Array("red", "blue", "green");
    ch_color = ch_colors[Math.floor((Math.random()*ch_queries.length))];
    ch_sid = 'My Website ' + ch_color + ' ' + ch_query;
    

    You get the picture. Of course you can do all this with Adsense too, you would just have to set up a channel manually for every color / size / location combination, then dynamically associate the combination with it's channel ID. Quite a bit more painful though.

    Chitika also allows you to test out searches on their website. They actually recommend you go to Amazon or Shopping.com and find best selling products, then try to create keywords that bring up that specific product. And with this Javascript, you can determine what the best selling products really are for your visitors.

    Have fun optimizing your ads!

    Get Chitika eMiniMalls
    Tags: ads chitika adsense javascript hacks tips
    View 1 Comment | Add a comment
  • Comments

    1. Zach Shine at 8:07am on May 26, 2006

    Sorry I am not a fan of Chitika...

    I was kind of po when I received a rejected email from Chitika... so I went searching for alternatives.

    Chitika turned me down due to not enough traffic on my blog. Fortunately I found a similar service based on a much more fair and open market. DataFeedFile.com is a similar service with much more options and banner sizes to choose from. What I like about DataFeedFile.com is they allow you to choose what merchant to display products for. DataFeedFile.com seems to be a colaboration of hundreds of merchants from the affiliate industry. Check them out yourself, http://www.DataFeedFile.com.

    Zach Zach

    Add a Comment

    Note: HTML tags and entities will be converted so that they are displayed as you type them. This means if you type in <em>, people will see <em>, and if you type &lt;em&gt;, people will see &lt;em&gt;.

  • Request a Quote

  • Jesse Skinner

    Jesse Skinner
    • Hire Me
    • About Me
    • Email Me
    • RSS Feed RSS Icon
  • Recent Articles

    • Parse Accept-Language to detect a user's language
    • Twitter
    • Three years of The Future of the Web
    • Saving data to a file with PHP
    • Easy web scraping with PHP
    • See all the articles
    • IBM: Where and when to use Ajax
    • Code Igniter 1.6.0 Released
    • Update a Dev Site Automatically with Subversion
    • JavaScript Functions are Variables
    • See All...
  • Categories

    • javascript (37)
    • links (19)
    • about (18)
    • web (14)
    • server (10)
    • html (10)
    • css (8)
    • carnival (7)
    • browsers (7)
    • design (4)
    • seo (4)
    • ads (4)
    • standards (4)
    • events (4)
    • work (4)
  • Older Articles

    • May 2008
    • April 2008
    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
    • April 2007
    • March 2007
    • February 2007
    • January 2007
    • December 2006
    • November 2006
    • October 2006
    • September 2006
    • August 2006
    • July 2006
    • June 2006
    • May 2006
    • April 2006
    • March 2006
    • February 2006
    • January 2006
    • December 2005
    • November 2005
    • October 2005
    • September 2005
    • August 2005
    • April 2005
    • See All...
Copyright © 2008 Jesse Skinner | CSS | XHTML | RSS | Help | Impressum | Cutie Quilts | Internet Blog Top Sites