LinkSend
Provides link-level details for email sends in Salesforce Marketing Cloud. Each record identifies a specific link, its tracking identifier (Id), and its relationship to a send event. This view supports engagement analysis by correlating links to subscriber click behavior.
View-Specific Information
Select
The connector uses the Salesforce Marketing Cloud APIs to process the following WHERE clause operators for all but date-time values: =, !=, <>, >, >=, <, <=, IN. For date-time values, only > and < are supported. The connector processes other filters client-side within the connector.
For example, the following (but not only) queries are processed server side:
SELECT * FROM LinkSend WHERE Id = 123 SELECT * FROM LinkSend WHERE Id IN (123, 456) SELECT * FROM LinkSend WHERE CreatedDate > '2017/01/25'
Columns
| Name | Type | Description |
| ID [KEY] | Int | Specifies the read-only identifier (Id) that uniquely identifies this link-send record. |
| SendID | Int | Specifies the Id of the send operation that is associated with the link activity. |
| PartnerKey | String | Specifies the unique identifier that is provided by a partner for this object when accessed through the API. |
| Client_ID | Int | Specifies the Id of the client that is associated with this link-send record. |
| Client_PartnerClientKey | String | Specifies the partner-defined client key that is associated with the account. |
| Link_ID | Int | Specifies the Id of the link referenced in the context of the send. |
| Link_PartnerKey | String | Specifies the unique identifier that is provided by a partner for the link object when accessed through the API. |
| Link_TotalClicks | Int | Indicates the total number of clicks that are recorded for the link across all recipients. |
| Link_UniqueClicks | Int | Indicates the number of unique recipients who clicked the link at least once. |
| Link_URL | String | Specifies the URL that is associated with the tracked link in the send. |
| Link_Alias | String | Specifies the descriptive name that is assigned to the link within the message. |