Click or drag to resize
ActivityPageVisit Constructor
Default constructor.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public ActivityPageVisit(
	ITreeNode currentPage,
	string documentName,
	string ABTestVariantName,
	string MVTCombinationName,
	ActivityContext variables
)

Parameters

currentPage
Type: CMS.BaseITreeNode
Current page
documentName
Type: SystemString
Name of the document
ABTestVariantName
Type: SystemString
AB variant name
MVTCombinationName
Type: SystemString
MVT combination name
variables
Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities. Use AnalyticsContext.ActivityEnvironmentVariables.
See Also