Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Summary-Talk] Auth Users
Scott Klein (scott@thenation.com; Tuesday, July 02, 2002 8:52 AM): > Is there a way to get aggregate auth user reporting? > I've got a site that has pretty much 100% authenticated users, so I'd > like to get a better unique visitor daily/weekly/monthly unique visitor > number. We fill in the 'authuser' field in the apache logs... Summary doesn't do Unique Visitor counting. It does unique visit (i.e. session) but that's a different quantity. If you want to use the auth user field as a session indicator (there's still the 30-minute gap rule, so it should work pretty well) you will need to make a custom log format in your settings using SESSION instead of USER. See the "User specified log formats" section at the end of http://summary.net:7000/~demo/docs/log_formats.html. -- Jeremy Wadsack Wadsack-Allen Digital Group ------------- Go to <http://summary.net/list.html> to update subscription info.
|