Analysis_LogEvent - Solution Sites Routine

This function logs a Commerce event (CEVT) to the Web server log file.

Definition

Sub Analysis_LogEvent(
  byVal sClass,
  byVal sEvent,
  byVal rgKeyValueStrings)

Parameters

  • sClass
    A string containing the class of the event.
  • sEvent
    A string containing the name of the event.
  • rgKeyValueStrings
    An array of strings containing the properties to log.

Defined in File

include\analysis.asp

Routines Called

None.

Called By

Analysis_LogAddToBasket

Analysis_LogRemoveFromBasket

Analysis_LogSubmitOrder

Remarks

The format of the logged event is:

   CEVT={T=sClass,EVT=sEvent,property1,property2,...}

See Also

About the Analysis Integration Feature for Solution Sites

Copyright © 2005 Microsoft Corporation.
All rights reserved.