Click or drag to resize
NewslettersActivityLoggerLogNewsletterClickThroughActivity Method
Logs newsletter click-through activity.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
public void LogNewsletterClickThroughActivity(
	string originalUrl,
	IssueInfo issue,
	NewsletterInfo newsletter,
	int contactId
)

Parameters

originalUrl
Type: SystemString
URL of the click
issue
Type: CMS.NewslettersIssueInfo
Issue where click happened
newsletter
Type: CMS.NewslettersNewsletterInfo
Newsletter to which given issue belongs
contactId
Type: SystemInt32
ID of contact that performed activity
Exceptions
ExceptionCondition
ArgumentNullExceptionThrows if issue or newsletter is null
See Also