ActivityPageVisit Constructor |
Default constructor.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax 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