Logs that a link was clicked by a specified subscriber.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- linkId
- Type: System Int32
ID of the newsletter issue
- subscriberId
- Type: System Int32
Subscriber's ID
- ignoreSubscriberClick
- Type: System Boolean
Indicates that click should not be included in the subscriber (that means that subscriber clicks must be obtained somewhere else, for example from activities)
Return Value
Type: StringOriginal link URL, or empty string if not successfull
See Also