Tracking referrer for an ad

Discussion in 'Traffic Analysis' started by rknuppel, Feb 8, 2007.

  1. #1
    Hello. I recently bought an ad on a website and want to track how many visits/clicks I get from this ad each month. I was thinking that the "referring site" would show up in Google Analytics and/or AwStats when someone came to my site from clicking that banner. But this is NOT happening. I know there has been some traffic from this site - yet have seen no trace of their website in my referrers. How can this happen?

    Is it because of the way they have coded their banner redirect? How do I get around this and start capturing them as a referrer. As of now I have no real analysis on how this ad is performing.

    Thanks.
     
    rknuppel, Feb 8, 2007 IP
  2. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #2
    Are you running PHP on your site? Because then you can easily check the referral string and put it in a session variable
     
    frankcow, Feb 8, 2007 IP
  3. rknuppel

    rknuppel Well-Known Member

    Messages:
    753
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    153
    #3
    Yes... Running PHP. I'm currently checking the referral string like this:

    $strReferrer = $_SERVER["HTTP_REFERER"];

    But it's coming back as NOTHING for the hits that I'm fairly confident are from this banner.
     
    rknuppel, Feb 8, 2007 IP
  4. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #4
    frankcow, Feb 8, 2007 IP
  5. rknuppel

    rknuppel Well-Known Member

    Messages:
    753
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    153
    #5
    Yeah I guess I'll have to. But any idea why this referral string is blank? I'm assuming it's the same reason it doesn't show up in the stats software.
     
    rknuppel, Feb 8, 2007 IP
  6. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #6
    I don't really know to be honest. Perhaps they're directing the link through a redirect page. I can't say for sure
     
    frankcow, Feb 8, 2007 IP
  7. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Click on the banner yourself and echo the referrer string to the page to check if its blank.

    Norton blocks referrer headers so maybe thats why some are not showing.
     
    mad4, Feb 8, 2007 IP
  8. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #8
    That's a very good little piece of trivia to know, and that's a completely stupid feature of Norton
     
    frankcow, Feb 8, 2007 IP
  9. KunkVentures

    KunkVentures Peon

    Messages:
    744
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #9
    perhaps they put up your banner with a nofollow? nevermind that wouldn't effect your referrer log.
     
    KunkVentures, Feb 12, 2007 IP