LinkInfoProviderLogClickInternal Method |
Logs that a link was clicked by a specified subscriber.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax protected virtual string LogClickInternal(
int linkId,
int subscriberId,
bool ignoreSubscriberClick
)
Parameters
- linkId
- Type: SystemInt32
ID of the newsletter issue - subscriberId
- Type: SystemInt32
Subscriber's ID - ignoreSubscriberClick
- Type: SystemBoolean
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