What Redirect Method Does DigitalPoint Use For Their Ads?

Discussion in 'Digital Point Ads' started by GingerApple, Jun 21, 2011.

  1. #1
    Hello,

    Could anyone tell me how DigitalPoint mask their ads when a link such as ads.digitalpoint.com/go.php?k=SOMEKEYWORD is clicked?

    Do they use

    <?php
    header( 'Location: http://www.cashlagoon.com/?ref=176054' ) ;
    ?>
    Code (markup):
    Or a different way?

    Thank you in advance
     
    GingerApple, Jun 21, 2011 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    The underlying redirect is done with a HTTP redirect (like your example has), but ours are far more complex than a simple static redirect based on a keyword. Advertisers bid on the keywords and we send them to the highest bidder.

    http://forums.digitalpoint.com/advertising.php
     
    digitalpoint, Jun 21, 2011 IP
  3. GingerApple

    GingerApple Peon

    Messages:
    803
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yep, I'm interested purely in the method used for the redirection at the moment, thanks for that!

    Does security software have any effect on it? For example, could some people's browsers or internet security packages warn them they are being redirected to a different location and block them?
     
    GingerApple, Jun 21, 2011 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    Redirects are not uncommon... I've never seen a browser that blocks them. Think of all the URL shorteners these days like http://bit.ly http://goo.gl/ etc... all those would be blocked too.
     
    digitalpoint, Jun 21, 2011 IP
  5. GingerApple

    GingerApple Peon

    Messages:
    803
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Got it - thanks a lot.
     
    GingerApple, Jun 21, 2011 IP