Chitika Urgent help needed

Discussion in 'Chitika' started by i_am_dhaval, Mar 12, 2006.

  1. #1
    If I have html site with 1000 page.

    My question is

    I would like to use different product but I cannot test every day different product…

    How can I test different product….on 1000 html page

    Any script do u know please give me.

    If u give any script then I will use but it is against the chitika TOS?

    Please help me
     
    i_am_dhaval, Mar 12, 2006 IP
  2. amitpatel_3001

    amitpatel_3001 Results Follow Patience

    Messages:
    14,074
    Likes Received:
    1,178
    Best Answers:
    0
    Trophy Points:
    430
    #2
    How to cycle through more then one product.
    I got this from otherwebsite.
    Use the code below with your own products targeted towards your content.
    var ch_queries = new Array(’phrase1′, ‘phrase2′, ‘phrase3′);
    var ch_selected = Math.floor((Math.random() * ch_queries.length));
    ch_query = ch_queries[ch_selected];

    Rotate Chitika by random product
    By doing this you are not contextual and do not have to list off keywords. Use this code.
    ch_non_contextual = 1;
    ch_query = “”;

    Target the Title
    ch_query = ‘< ?php the_title(); ?>’;
     
    amitpatel_3001, Mar 12, 2006 IP