Analysis_LogRemoveFromBasket - Solution Sites Routine
This sub logs a Commerce event (CEVT) when an item is removed from the basket.
Definition
Sub Analysis_LogRemoveFromBasket(
byVal sCatalogName,
sCategoryName,
byVal sProductID,
byVal sVariantID)
Parameters
- sCatalogName
A string containing the catalog name. - sCategoryName
A string containing the category name. - sProductID
A string containing the product ID. - sVariantID
A string containing the variant ID.
Defined in File
Routines Called
Called By
Remarks
The sCategoryName parameter is not used.
The sVariantID parameter can be Null.
The format of the logged event is:
CEVT={T=BSK,EVT=RIBSK,sCatalogName;sProductID;sVariantID}
See Also
About the Analysis Integration Feature for Solution Sites
Copyright © 2005 Microsoft Corporation.
All rights reserved.