ActivityNewsletterClickThrough Constructor |
Default constructor.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
Syntax public ActivityNewsletterClickThrough(
int contactID,
string originalURL,
string value,
BaseInfo issue,
BaseInfo newsletter,
ActivityContext variables
)
Parameters
- contactID
- Type: SystemInt32
Current contact ID - originalURL
- Type: SystemString
URL of the origin - value
- Type: SystemString
Activity value - issue
- Type: CMS.DataEngineBaseInfo
Issue object - newsletter
- Type: CMS.DataEngineBaseInfo
Newsletter object - variables
- Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities. Use AnalyticsContext.ActivityEnvironmentVariables.
See Also