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.

Paranoid about coop ad signature

Discussion in 'Co-op Advertising Network' started by Nitin M, Aug 23, 2004.

  1. #1
    I would like to suggest getting rid of the string that trails the ad HTML:

    <!-- an-hl -->

    It is too easy for Google to identify pages with this and penalize sites in the network. Today the network may not be big enough to think Google is paying attention, but this string just makes it too easy to identify sites in the network. Better safe than sorry.

    I assume this is used to validate the existence of the ad? If that is the purpose, how about allowing each account to define their own string under account settings, to help guide the validation routine?
     
    Nitin M, Aug 23, 2004 IP
  2. schlottke

    schlottke Peon

    Messages:
    2,185
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't think that will be a problem - that would be like google banning sites for being part of a web circle.
     
    schlottke, Aug 23, 2004 IP
  3. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #3
    It's already one of the planned things for the future. Not allowing per account specification, but a "code jumping" system if you will. Sort of how car alarms work, where it changes automatically on occasion.

    Not that I really think there is anything wrong or sneaky about the ad network though.
     
    digitalpoint, Aug 24, 2004 IP
  4. tivnet

    tivnet Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    A couple of suggestions:

    1. About the tag (I also think that it's not very good to have common identifier of ad network):

    You can use something like
    md5( 'DigitalPoint' . $_SERVER['HTTP_HOST']; ) 
    PHP:
    instead of 'an-hl'. This way it will always be different - yet you can auto-validate the tag.

    2. Instead of the
    $p = substr ('../../../../../../../../../../', 0, $i * 3); 
    PHP:
    construction, why not to have:
    $ad_file = $_SERVER['DOCUMENT_ROOT'] . '/ad_network_ads.txt';
    PHP:
    Thank you

    ( Just placed ad code to www.lena.karpinsky.com - Original Abstract Paintings )
     
    tivnet, Aug 30, 2004 IP
  5. tivnet

    tivnet Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Another solution is to put a code that inserts the ad signature only if the request comes from the digitalpoint server (by IP or by checking user agent).
    if ( $_SERVER['HTTP_USER_AGENT'] == 'digitalpoint-validate' ) {
    print $the_comment_tag;
    }
    PHP:
     
    tivnet, Sep 1, 2004 IP
  6. tivnet

    tivnet Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Funny, I expected a reply to my posts...
     
    tivnet, Sep 9, 2004 IP
  7. yonnermark

    yonnermark Peon

    Messages:
    137
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    With respect, it doesn't really matter what we think about the network. Google may think differently.
     
    yonnermark, Sep 10, 2004 IP
  8. schlottke

    schlottke Peon

    Messages:
    2,185
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Whats wrong with it? All of the links are perfectly visable and clickable.
     
    schlottke, Sep 10, 2004 IP
  9. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #9
    The ad network is nothing more than that... an ad network. I would find it hard to believe that Google starts penalizing sites for running banner ads (or any ad type for that matter).
     
    digitalpoint, Sep 10, 2004 IP