Click or drag to resize
ActivityProductAddedToShoppingCart Constructor
Activity product added to shopping cart.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public ActivityProductAddedToShoppingCart(
	string skuName,
	int quantity,
	int skuID,
	ActivityContext variables
)

Parameters

skuName
Type: SystemString
Name of the product
quantity
Type: SystemInt32
Quantity
skuID
Type: SystemInt32
SKU ID
variables
Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities. Use AnalyticsContext.ActivityEnvironmentVariables.
See Also