EmailLinkClick v1.2
Describes when a subscriber clicked a link in an email.
Describes when a subscriber clicked a link in an email.
Link clicks give you insight into subscriber interactions:
emailmessagelink_id
, task_id
or subscriber_id
.Use clickAutomation for enhanced, automated functionality.
Attribute | Type | Filter | Sort | Description |
---|---|---|---|---|
id | string | Yes* | Yes | Unique ID of the link click event. |
emailmessagelink_id | int | Yes | No | ID of the link in the message. |
subscriber_id | int | Yes* | No | ID of the subscriber who clicked the link. |
task_id | int | Yes* | No | ID of the task containing the link. |
cdate | decimal | No | Yes | Timestamp at which the click occurred. |
*GET requires at least one of: id
, subscriber_id
, task_id
.
Attribute | Type | Presence | Description |
---|---|---|---|
id | string | Optional* | Unique ID of the link click event. |
emailmessagelink_id | int | Optional | ID of the link in the message. |
subscriber_id | int | Optional* | ID of the subscriber who clicked the link. |
task_id | int | Optional* | ID of the task containing the link. |
*HEAD requires at least one of: id
, subscriber_id
, task_id
.
This method is not supported.
This method is not supported.
This method is not supported.
There are no error codes for this endpoint.
{ "id": 123456, "emailmessagelink_id": 789, "subscriber_id": 123123123, "task_id": 12333, "cdate": 1379502479, }