Forum Moderators: DixonJones
1 page: # or % visitors
2-4 pages: ...
5-10: ....
10-40: ....
50+: ....
All this based on the access log file.
I also need a statistic over the duration of each session, a session being defined as a sequence of requests from one IP address with max 1-2 minutes between individual requests.
And to top it all I'd also like to extract the search terms from the search engine referrers (get a complete list of search items).
Need all this to better understand why people visit my site and what they do.
Webalizer won't give you this kind of detail. I also can't pay lots of money on a commercial product, as I don't get revenue from my site.
I think all this could be done with a PHP script which scans the lines of the access log file and generates a report. I could write such a tool myself, but maybe somebody has already thought about this issue and written a tool.
However that tool is not free if you are looking for a free tool try analog [analog.cx...] or check this out for a list of many of the available tools
[dmoz.org...]
:)