Click or drag to resize
ActivityPurchasedProduct Constructor
Default constructor.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public ActivityPurchasedProduct(
	string SKUName,
	BaseInfo cartItem,
	ActivityContext variables
)

Parameters

SKUName
Type: SystemString
Formatted name of the product
cartItem
Type: CMS.DataEngineBaseInfo
Cart item object
variables
Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities. Use AnalyticsContext.ActivityEnvironmentVariables.
See Also