Click or drag to resize
LinkTrackerOnLog Method
Performs custom handling & logging after a link was clicked.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
protected virtual void OnLog(
	int subscriberId,
	int linkId,
	int siteId,
	string originalUrl,
	int contactId
)

Parameters

subscriberId
Type: SystemInt32
Subscriber's ID
linkId
Type: SystemInt32
Link's ID
siteId
Type: SystemInt32
ID of the site
originalUrl
Type: SystemString
Original URL that is returned to the client
contactId
Type: SystemInt32
Contact's ID
See Also