Need help on how to track down where the user exits my site
SIRokai
2:44 pm on Jan 23, 2004 (gmt 0)
I am trying to find a way to look up pages where my users exit and track down their browsing habits... sort of session tracking. I need ideas as I'm pretty new to this.
thanks J
engine
3:48 pm on Jan 23, 2004 (gmt 0)
Do you have access to your raw site logs? Your webhost will be able to advise if they are available to you. Once you've got the raw logs, it's possible to analyse the data. Alternatively, you could install a log analysis program. [dmoz.org]
SIRokai
5:10 pm on Jan 23, 2004 (gmt 0)
I have access to the raw txt file...I see the users IP, OS, Browser, page they hit on entry.
I dont see where they exit though. how can I analize the data?
J
akkseo
12:28 am on Jan 24, 2004 (gmt 0)
I'm not an expert at this, but from comparing data from different types of log files, I've gotten fairly good at reading them. If yours are anything like ours, the IP of your user should show up at each page they hit, which is usually corollated with a date & time. The latest entry for that IP would be the last page they visited, i.e. the exit page.
However, I strongly suggest using an analyzer of some sort. You can go batty reading raw logs. :)