Linda Burnside <li...@phoenixpromotions.com> wrote:
>> I have a coldfusion website.  Is it possible to create a report
>> which will show me details on the get/request information submit? 
>> For example, I want to show how many visits to the following:
>> 
>> Index.cfm?template=something
>> 
>> Index.cfm?template=another_page

Analog can generate a report on that information, if that information is in the 
logfiles - that's a question of how the web server is are configured.

http://analog.cx/docs/args.html

http://analog.cx/docs/hierreps.html#ARGSFLOOR

You can also use an ALIAS command to make the "something" and "another_page" 
into the actual page name. Something like

FILEALIAS *Index.cfm?template=* $1$2

(That's off the top of my head - I haven't tested it).

The information in the arguements can be displayed in the Request Report, but 
you can also find the Internal Search Report useful.

http://analog.cx/docs/args.html#SEARCHENGINE

Aengus

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to