Forum Moderators: DixonJones
Check your Accessed File Types report to see all the different types of files that WebTrends found in your logs. Also check your Page File Types setting to be sure that WebTrends is calling all of the correct filetypes "pages." Your site may have a file extension that you want to be counted as pages but that isn't set up for it out of the box.
thank you for your answers!
My settings in Webtrends are default.
I have setup some spider filter (about ~120 bots) and my session tracking method is Parameter Match & Cookie ("use entire cookie field")
You wrote:
"...There are other things besides pages. One is downloads. Another is images. If a visit goes directly to a download or an image and never requests an html page file, it will still be a visit, but with no page views."
-> do you have a plan how I can filter such visits?
The site is in php and .php is couted as PV. Any link has his own .php. There are also a lot .js in accessed file types, but I guess this should not be counted as PV.
You can filter out images and so forth with a Hit filter. Go to Web Analysis >> Options >> Hit Filters and create an Exclude filter called something like "exclude images", based on URL. In the Page Expression window enter a regular expression for the file types you want to exclude. Separate extensions by a pipe character ¦ which means "or." For the "." use "\."
So, to exlude jpgs gifs js and txt, use this:
\.jpg¦\.gif¦\.txt¦\.js
Be sure to check the Regular Expression box.
That's the easy way to do it. However, note that the act of filtering out all these filter still counts as processing those log file lines, which means those lines will count against your WebTrends license pageview quota. This is a very important thing to keep in mind. You really should remove those lines before WebTrends ever sees them, i.e. make a copy of the log file that has none of these file types in the copies. Then have WebTrends process the copy.
There are a lot of ways to preprocess logs that I won't go into.
I'm assuming you're working with server logs, right?
Then you should look at the Errors (Pages not Found and Server Errors) reports.
thank you for your tip, yes I'm using server logs.
The error 400-500 was not the reason, but finaly I found it out:
In the session Tracking Cookie field option in WebTRends was "use entiere Cookie field" selected and in the logs where up to 5 cookies signatures in a single row. So WebTrends count any access with mutible cookies as mutible visitors.
I have specified the Cookie field and after a reanalyse the ratio Visitor PV is O.K. again.