This is done using the DynamicURL directive. Suppose that a particular hit or request looks like:
/cgi-bin/showProduct.cgi?sessionId=123456789&productId=knobsand you would like to capture the boldface portions. In the Urchin config file, include the following line:
DynamicURL: (/cgi-bin/showProduct.cgi\?).*productId=(.*)If you wish to capture the entire URL, include the directive like this:
DynamicURL: (/.*)This line goes within the
