But I get an error like this.. I believe I would have about ~ 1000 values which might be returned and I had MaxNbOfExtra1=500
Should I add a parameter as ExtraTrackedRowsLimit=1000 or so to make this run successfully ?
Error: The number of values found for extra section 1 has grown too large. > In order prevent awstats from using an excessive amount of memory, the number > of values is currently limited to 500. Perhaps you should consider > revising extract parameters for extra section 1. If you are certain you > want to track such a large data set, you can increase the limit by setting > ExtraTrackedRowsLimit in your awstats configuration file.
Hey Jean, so the first one worked great, thanks !!
for the second one, it gave me an error saying 'Error: The number of values found for extra section 3 has grown too large.' even though I had set up ExtraTrackedRowsLimit .
I actually dont need the whole string of parameters.. Let me clarify.. from the string below, catalog.c=Price_Trial&catalog.catalogNa me=123&catalog.start=0&catalog.searchTe rms=
I just need values of catalog.c= and catalog.searchTerms=
You cannot do that. You cannot get two distinct fields in the first column of the extra section.
You could use a more complicated ExtraSectionFirstColumnValues1 that would show the catalog.searchTerms for some given values of catalog.c. You will need a different extra section for each set of values of catalog.c that you want to analyze. So it is a solution if there are a few values to monitor, but it is not realistic if there are many.
203.62.217.11 – - [21/Sep/2008:22:41:24 00000] “GET /softwarebrandcatalog/portal/opal/details?catalog.label=1TW10IM0C HTTP/1.0″ 500 611 “-” “Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)
For log records like above, I want an Extra Section to just show me all hits for pages ending in /softwarebrandcatalog/portal/opal/details?catalog.label
So this would be something like the standard section Top Pages in AWStats- only prob is that over there they show me upto a directory level, eg pages for URLs ending in /softwarebrandcatalog/portal/opal/details
I know the above one would contain what I want as well, but I explicitly want an extra section to show me a total of how many page views were there for /softwarebrandcatalog/portal/opal/details?catalog.label
Actually, I tried that too. Didnt work. Moreover, I even tried just putting a single condition like below, but that still doesnt work.. Gives me an error like
” Error: Wrong value of parameter ExtraSectionCondition”
The message "wrong value of parameter" indicates a syntax error, but I don't see any error in your ExtraSectionCondition2.
Double-check that you do not have a second definition of ExtraSectionCondition2 in your config file. Also make sure that the double-quote character ( " ) that you are using is the regular one. This forum software often automatically replaces it by special double-quote characters ( " or ” ).
Then, in an extra section that I had written to display essentially the same thing as above, but to a more granular level (with individual navcode hits), I see a different total count..
Total 5781
Would u know as to why this might be happening since essentially it should be the same ?
These figures are not possible. If you look for exactly the same thing under "Top Pages" and in an extra section, the number in the extra section will always be higher than under "Top Pages", because "Top Pages" does not include hits from robots and the extra section does.
Note that if you use AWStats 6.7 or older, the total made by AWStats at the end of the extra section is the total of the lines that appear in the report; it is not the total of the lines in the AWStats database. In other words, you do not get the same total with MaxNbOfExtra2=10 and with MaxNbOfExtra2=20 if there are more than 10 entries.
With AWStats 6.8 and newer, you can get a full list of the extra section.