INewslettersActivityLoggerLogNewsletterClickThroughActivity Method |
Logs newsletter click-through activity.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax 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 Exception | Condition |
---|
ArgumentNullException | Throws if issue or newsletter is null |
See Also