User Post
11:46 am July 9, 2010
Dan
Guest
Hi,
I'm new to AWStats and this report with authenticated users viewing pages would be very useful. I've applied the patch explained under Possible to reuse another Log value in Extra Section but not sure what else to modify. I created an extrasection based on another post (Tracking which pages a specific user has clicked on ) but it's not working so I'm probably doing something wrong.
Has anyone got an example section I could see please?
Thanks
Dan
1:43 pm July 9, 2010
Jean-Luc
Admin
posts 1063
Hi,
If you have added the patch to support %logname in extra sections, you can use this:
ExtraSectionName1="Viewed by Mike" ExtraSectionCodeFilter1="200 304" ExtraSectionCondition1="LOG_NAME,^Mike$" ExtraSectionFirstColumnTitle1="URL" ExtraSectionFirstColumnValues1="URL,^(.*)" ExtraSectionFirstColumnFormat1="<A HREF='%s' TARGET='_blank'>%.80s</A>" ExtraSectionStatTypes1=PHBL ExtraSectionAddSumRow1=1 MaxNbOfExtra1=20 MinHitExtra1=1
This assumes that "Mike" is one of the exact names used to log in.
3:01 pm July 9, 2010
Dan
Guest
Ok cool that helps thanks!
On the same topic is it possible within AWStats to create a report where all the users are shown but then drill down into the pages where they have visited? I'm guessing it's not possible looking at the existing reports but thought I'd ask.
Thanks
3:17 pm July 9, 2010
Jean-Luc
Admin
posts 1063
You are right. You need an extra section for each user you want to monitor.
Another approach is to define an extra section that lists all users who visited a given URL or a given group of URL's.
3:36 pm July 9, 2010
Dan
Guest
Yes that could be useful, I'll check out the documentation for the sections.
Thanks for your help!
Dan