1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Chitika Alternate Ad URL

Discussion in 'Chitika' started by izahan, Dec 1, 2005.

  1. #1
    New feature by Chitika. This is what they say about it:

    Has anybody tried it yet? I stuck the code into my site but it messed up my entire keyword targetting and ad size.
     
    izahan, Dec 1, 2005 IP
  2. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #2
    if i am using "www.geocities.com/abcabc"
    then can i use this?
    another que?
    what is the exet benifit?
     
    i_am_dhaval, Dec 1, 2005 IP
  3. techlh

    techlh Peon

    Messages:
    324
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    From what I understand, you have to use an actual html file (page) as your alternate URL. Pointing to a subfolder probably will produce some wacky results.
     
    techlh, Dec 1, 2005 IP
  4. Rage

    Rage Well-Known Member

    Messages:
    3,062
    Likes Received:
    122
    Best Answers:
    0
    Trophy Points:
    190
    #4
    but its still complicated.... i mean i have to set url's for every size... i dont have only 468/60... so for every size i have to first work hard.... ahhhh
    chitika is becoming Difficult for me day by day...

    :( any other adsense alternate plz.....???
     
    Rage, Dec 1, 2005 IP
  5. techlh

    techlh Peon

    Messages:
    324
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You have to do this with AS, too, so...? :confused:
     
    techlh, Dec 1, 2005 IP
  6. izahan

    izahan Peon

    Messages:
    232
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I thought I could just stick in an Amazon link as backup but I guess it's not meant to be that way. :(
     
    izahan, Dec 1, 2005 IP
  7. techlh

    techlh Peon

    Messages:
    324
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #7
    You could build an HTML page that has the Amazon info in it, and then point to that page.
     
    techlh, Dec 2, 2005 IP
  8. izahan

    izahan Peon

    Messages:
    232
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Looks like it.
     
    izahan, Dec 2, 2005 IP
  9. dconnor

    dconnor Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I have a question about using Google AdSense as my Chitika alternate ad:

    Do I simply insert the AdSense script as the alt URL?

    Such as:

    <script type="text/javascript"><!--
    ch_client = "XXXX";
    ch_width = 120;
    ch_height = 600;
    ch_color_border = "#FFFFFF";
    ch_non_contextual = 1;
    ch_sid = "V-F Block";
    ch_alternate_ad_url = "<script type="text/javascript"><!--
    google_ad_client = "pub-XXXX";
    google_ad_width = 120;
    google_ad_height = 600;
    google_ad_format = "120x600_as";
    google_ad_type = "text";
    google_ad_channel ="XXXX";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "0000FF";
    google_color_url = "008000";
    google_color_text = "000000";
    //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>";
    var ch_queries = new Array( "digital cameras", "stereo", "sony playstation", "dell laptop" );
    var ch_selected=Math.floor((Math.random()*ch_queries.length));
    ch_query = ch_queries[ch_selected];
    //--></script>
    <script  src="http://scripts.chitika.net/eminimalls/mm.js" type="text/javascript">
    </script>
    Code (markup):
    Or is it more complicated then that?

    I would normally just test it, but my IP is not in a country that would show the alt ad...
     
    dconnor, Dec 5, 2005 IP
  10. techlh

    techlh Peon

    Messages:
    324
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #10
    No, you would create a webpage such as 'alternatead.html' and put your AS code in there. Then in the CH code you'd simply point to that html file.
     
    techlh, Dec 5, 2005 IP
  11. Jafar Calley

    Jafar Calley Peon

    Messages:
    255
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #11
    This is for Rage and others who are scratching their heads.
    Here is a little template for you to copy for making an alternate ad.
    To change the dimensions, change the cssin the section called "#content"
    Easy :D

    Dont forget to fill out the info in the <head> for better SEO.

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta name="robots" content="all">
    <meta name="keywords" content="Keywords here!">
    <meta name="description" content="Descriptio ie. Alt Ad for Chitika">
    <meta name="generator" content="your page editor">
    <meta name="author" content="Your Name">
    <meta name="copyright" content="Your name 2005">
    <title>Page Title Here - Product name perhaps?</title>

    <style type="text/css">

    BODY {
    position: relative;
    padding: 0;
    border: none;
    font-family:"verdana";
    color: #ffffff;
    font-size: 10pt;
    }

    a img {border: none;}

    a:link {
    color: #00cc00;
    text-decoration: none;
    }

    a:visited {
    color: #00ff00;
    text-decoration: none;
    }

    a:hover {
    color: #ff0000;
    text-decoration: none;
    }

    a:active {
    color: #002200;
    text-decoration: none;
    }

    DIV { background: #ffffff; }

    #content {
    width: 468px;
    height: 60px;
    }

    </style>
    </head>

    <body>

    <div id="content" style="border-style:double">

    Ad code goes here. Look at http://altads.ath.cx/amazolympus.html for example :D

    </div>
    </body>
    </html>
     
    Jafar Calley, Dec 5, 2005 IP
  12. dwanthny

    dwanthny Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Some ad groups like www.clicksor.com will give you a properly sized url to pop in there as an alternate ad. They will display ads that could earn you money during Googles PSAs or when Chitika has an out of zone viewer. You won't make big bucks but will find some change.
     
    dwanthny, Dec 5, 2005 IP
  13. Jafar Calley

    Jafar Calley Peon

    Messages:
    255
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #13
    The problem with clicksor is they have nothing relevant. Most of the links at least for my sites ended up with "looking for xxxxxx?" and a link probably to a search engine or links to join clicksor itself. There seem to be very few advertisers on clicksor from what I could tell. I'm removing them.
     
    Jafar Calley, Dec 6, 2005 IP
  14. aybabtu

    aybabtu Guest

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    While I don't use Chitika I'm pretty sure that Alternate URL Ads (alternate-url-ads.com) will work as an alternate ad service.

    I use them for my Google AdSense. I like them because they offer a fully automatic contextual system, geo-targetting and unlike clicksor, alternate url and default ads alternate url ads has lots of relevant ad inventory. Ads for alternate url ads come from SearchFeed which has 30 million bidded words/phrases.

    If anyone uses them with Chitika let me know if it works because I'm curious :).
     
    aybabtu, Jun 11, 2006 IP
  15. Quality Not Quantity

    Quality Not Quantity Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    how much income you/month ???
     
    Quality Not Quantity, May 17, 2012 IP