Forum Moderators: DixonJones
I'm currently playing with IIS log files to run up a few custom reports. I was thinking about putting together a visits reports and was wondering if there is any standard on what constitutes a visit in terms of the data available in a standard log file. When do I class hits from a particular user as a separate visit? Is there some kind of time between hits that marks this separation? Does anywhere know of a resource that discusses this?
Thanks for any help.
Guy
But that's just a general guideline and apparently you can use any number you choose.
Also, it seems that counting visits can be problematic for a number of other reasons.
For example, as I understand it, AOL may assign a new IP number for each hit, making it pretty hard to count visits from AOL users.
Others here may be able to give a more definitive answer.
I checked an install of webtrends and it does indeed say that it uses a break of 30 minutes, though I would have thought using the default session timeout of 20 minutes would make more sense!
I guess if other well respected and widely used tools go with the 30 minute break then I should follow suit.
Thanks,
Guy
That is you can compare one month (say) with another and see if visits in total are up or down in percentage terms, if visits from one referrer are up or down in percentage terms, etc. In other words the log file results are relative, not absolute. TRhey give you a trend.
But the log file analysis will not/cannot give you an absolute figure for the number of visits, or where they came from.
Caching generally appears to reduce the number of actual visits by around 25%. And on top of that you have to consider the hows and whys of referrals from "no referrer" and "mydomaine.com" and where those people actually came from.
With that amount of uncertainty in the system, I think I would go with the half hour cut off!