Click or drag to resize
ActivityNewsletterClickThrough Constructor
Default constructor.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
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