How to track users.

Discussion in 'Programming' started by LaPoChE, Oct 25, 2006.

  1. #1
    Hey there,

    i'd like to track from wich sites my trffic is comming from... is there a way in coldfusion to know from wich site the user was sent by without having to pass any parameters?

    thanks for the help
     
    LaPoChE, Oct 25, 2006 IP
  2. seamus.hogan

    seamus.hogan Peon

    Messages:
    31
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi There

    You can access the refering page from coldfusion using

    #cgi.HTTP_REFERER#

    use this to write to a db

    Hope that helped

    Seamus
     
    seamus.hogan, Oct 26, 2006 IP
  3. LaPoChE

    LaPoChE Active Member

    Messages:
    198
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    great, thanks alot. that exactly what I was looking for. :D
     
    LaPoChE, Oct 26, 2006 IP
  4. j0ned

    j0ned Active Member

    Messages:
    684
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    60
    #4
    google.com/analytics

    It's basically Urchin on steroids - plots a world map where each visitor came from. Very kewl.
     
    j0ned, Nov 14, 2006 IP