Filtering problems, 2 different visitor values
I have annoying problem with one report. It gives me 2 different Visitor values with almost the same filters. Logfiles are IIS / Sharepoint 2007 logs.
Filter 1:
Include - Requested file - url/to/my/page.aspx
Gives me 1372 hits and 786 visitors
Filter 2:
Include - Requested file - url/to/*
The I look at the top results and see url/to/my/page.aspx 1372 hits and only 501 visitors.
The first filter is very specific to find only one page. The second filter finds all subpages but giver very different value for the same page.aspx. Why? I can not see any logic in this behavior.
My final goal is to get Visitor values from some specific pages but I also need to get ie top 100 subpages (by visitor) from a site collection.
ps. I also tried Filter 3: Include - Visitors accessed the specified file (url/to/*) but it didnt give me results from that at all. There were only url/a url/b etc...
Filter 1:
Include - Requested file - url/to/my/page.aspx
Gives me 1372 hits and 786 visitors
Filter 2:
Include - Requested file - url/to/*
The I look at the top results and see url/to/my/page.aspx 1372 hits and only 501 visitors.
The first filter is very specific to find only one page. The second filter finds all subpages but giver very different value for the same page.aspx. Why? I can not see any logic in this behavior.
My final goal is to get Visitor values from some specific pages but I also need to get ie top 100 subpages (by visitor) from a site collection.
ps. I also tried Filter 3: Include - Visitors accessed the specified file (url/to/*) but it didnt give me results from that at all. There were only url/a url/b etc...
It seems to be more accurate to use the url/to/* filter and check the most popular pages report in this case. While time between requests for the same file from the same IP may be more than the timeout value, if there were requests for other files from the same IP between these requests as in the sample above, all the hits probably belong to the same visitor.