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.

Adlogger questions

Discussion in 'AdSense' started by hardjoko, Jan 26, 2007.

  1. #1
    Hi,

    Can I know whether adlogger detect duplicate clicks with IP or with cookies?

    I ask this because thousands of people in Vietnam all share the same IP
     
    hardjoko, Jan 26, 2007 IP
  2. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #2
    I guess it's using IPs because the wrapping code, is using 'REMOTE_ADDR' IP:
    
    <?php if (!isset($ad_check)) { $ad_check = 
    @file_get_contents("http://www.YOURDOMAIN.TLD/adlogger/ad_check.php?visitor_ip="
    . $_SERVER['REMOTE_ADDR']); } if ($ad_check == 'y') { ?>
    
    Code (markup):
     
    ajsa52, Jan 26, 2007 IP