Maff Rigby <[EMAIL PROTECTED]> wrote: > Thanks Stephen for your help with the PROCTIME report - that is > working fine. > > In my report, I want to include requests that only have a certain > query in the URL - i.e. index.asp?shop=2 - I have substituted the %q > for a %u in the log format, and then I do a 'USERINCLUDE *shop=2*'. > This seems to work but I can't tell if everything has been filtered > correctly as I only get the index.asp in the request report. Can > anyone verify that I am doing this ok or if they know how I can see > the results of the report?
You might want to check out the Internal Search Engine reports - http://www.analog.cx/docs/args.html#SEARCHENGINE It's not clear from your question whether you need the full "shop=2", or if you are really only concerned about the "2" INTSEARCHENGINE /index.asp shop INTSEARCHWORD ON will enable the Internal Search Engine report, and tell you how many requests the were for each "shop". Aengus +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
