Analysis_LogSubmitOrder - Solution Sites Routine

This sub logs a Commerce event when an order is submitted.

Definition

Sub Analysis_LogSubmitOrder(
  byVal sOrderID)

Parameters

  • sOrderID
    A string containing the order ID.

Defined in File

include\analysis.asp

Routines Called

Analysis_ConstructKeyValueString

Analysis_LogEvent

Called By

SaveBasketAsOrder

Remarks

The format of the logged event is:

   CEVT={T=ORD,EVT=SUBOR,ORID=OrderID}

See Also

About the Analysis Integration Feature for Solution Sites

Copyright © 2005 Microsoft Corporation.
All rights reserved.