Index  Up  <<  >>  


CollectData

The points at which to log various data items collected by MiniVend, such as failed or successful searches. This allows you to find out what your customers are searching for and NOT finding -- perhaps you want to add it, or change your product description to match. Uses something like the HTTP common log format.

The choices to enter are:

  matched    Search strings that match
  nomatch    Search strings that fail to match
  page       Pages that are accessed
  nopage     Pages that are not found
  basket     Items placed in shopping carts
  cache      Pages/searches added to cache

Enter as a space or comma-separated list, i.e.

    CollectData   matched,nomatch,page

Orders are typically logged to other files via AsciiTrack, AsciiBackend, or the [tag log ...]data[/tag] construct.

Index  Up  <<  >>