Can this even be done?

Discussion in 'Traffic Analysis' started by j3r0m3, Jun 15, 2006.

  1. #1
    Currently i am maintaining a corporate server A. I have an index page/ menu page stored in this corporate server A. The problem is that on this page, i have links which point to another server B which i have no control or access over.

    My problem is that i want to track the hits to these pages in server B. How can i track the hit rate of all the pages in server B with all these restrictions?

    I have only thought of one method which is,
    for every link in the index page, i create a blank html page which contains the redirect url.

    That way, by tracking the hit rate of the blank html page, i will know the hit rate of the page in server B. But i am not sure that this is the most professional thing to do.

    Could anyone please shine some light on this?
     
    j3r0m3, Jun 15, 2006 IP
  2. MattUK

    MattUK Notable Member

    Messages:
    6,950
    Likes Received:
    377
    Best Answers:
    0
    Trophy Points:
    275
    #2
    Google analytics tracks clicks on specific links, though I'm unsure about it's accuracy.
     
    MattUK, Jun 15, 2006 IP
  3. j3r0m3

    j3r0m3 Peon

    Messages:
    161
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i doubt i can use analytics on my intranet servers
     
    j3r0m3, Jun 15, 2006 IP
  4. wheel

    wheel Peon

    Messages:
    477
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Not too hard, with a bit of tinkering. You're on the right track with the blank html page, but that's not quite it. Do the redirect directly through a program. I.e make the actual link something like www.yourdomain.dom?redirect.php&url=www.otherdomain.com
    where redirect.php is your redirect program and otherdomain.com is the site you want to redirect to.

    Then just have redirect.php (or .asp, or whatever) add one to a counter somewhere then issue a redirect to the other domain. Seamless and mostly transparent.

    This is how PPC ads work. Ifyou go to Google and click on an ad, they use URL's like this to track click throughs on the ad.
     
    wheel, Jun 15, 2006 IP