How to track visitors across sites?

Discussion in 'HTML & Website Design' started by Notting, May 5, 2007.

  1. #1
    Hi,

    What I want to be able to do is track visitor from site A to a page on site B.

    I basically want to be able to track conversions of visitors I send to my own sites.

    Any way of doing this?

    Notting
     
    Notting, May 5, 2007 IP
  2. 8everything

    8everything Peon

    Messages:
    16,350
    Likes Received:
    903
    Best Answers:
    0
    Trophy Points:
    0
    #2
    8everything, May 5, 2007 IP
  3. crag

    crag Peon

    Messages:
    47
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Or, you could make your own counter with links something like:
    mysite.com/?ref=site1
    mysite.com/?ref=site2
    ...

    That's if you only tracking links between your own sites. Just at too mysite.com a string of ?ref=site1...

    and then use php or other language to track clicks for your sites ONLY. Update counder in database with each visit. You also could add an IP check and update counter on different IP but not the same one.
     
    crag, May 5, 2007 IP
  4. guy123

    guy123 Guest

    Messages:
    858
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #4
    i'm pretty sure google analytics has this capability too, but i haven't really used it that much
     
    guy123, May 5, 2007 IP
  5. ottodo

    ottodo Guest

    Messages:
    2,055
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    0
    #5
    google analytics is useful IMO
     
    ottodo, May 5, 2007 IP
  6. fireshark

    fireshark Peon

    Messages:
    190
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Google Analytics should be able to do this.
     
    fireshark, May 5, 2007 IP