ActivityLandingPage Constructor |
Default constructor.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax public ActivityLandingPage(
ITreeNode currentPage,
string documentName,
string ABTestVariantName,
string MVTCombinationName,
ActivityContext variables
)
Parameters
- currentPage
- Type: CMS.BaseITreeNode
Current page TreeNode - documentName
- Type: SystemString
Name of the document - ABTestVariantName
- Type: SystemString
Name of the AB variant - MVTCombinationName
- Type: SystemString
Name of the MVT combination - variables
- Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities. Use AnalyticsContext.ActivityEnvironmentVariables.
See Also