LinkSend

The LinkSend object provides information about a link in a send, such as the URL and the number of clicks.

The LinkSend object has the properties described in this table.

NameDataTypeDescription
Client.IDInt32The member ID (MID) of the account that the send was created in.
Client.PartnerClientKeyStringThe partner client key for the account.
CorrelationIDStringIdentifies correlation of objects across several requests.
CreatedDateDateTimeThe date and time when the object was created.
CustomerKeyStringUser-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object.
IDInt32The unique ID of the LinkSend object.
IDLongInt64A long integer version of the ID.
IsPlatformObjectBooleanNot used with this object.
Link.AliasStringThe clickable text for the link.
Link.IDInt64A unique identifier for the link.
Link.PartnerKeyStringThe partner key for the link.
Link.TotalClicksInt64The total number of clicks on the link.
Link.UniqueClicksInt64The number of unique clicks on the link.
Link.URLStringThe URL of the link.
ModifiedDateDateTimeThe date and time when the object was last modified.
ObjectIDStringNot used with this object.
ObjectStateStringNot used with this object.
OwnerOwner objectAn object that describes account ownership of subscriber in an on-your-behalf account.
PartnerKeyStringA unique identifier provided by partner for an object.
PartnerPropertiesArray of APIProperty[] objectsA collection of metadata related to the object.
SendIDInt32The unique ID of the send that contains the link.

This code example shows how to use the Describe method to retrieve the properties of the LinkSend object.

The response lists the properties of the object. For each property, the response indicates:

  • The name of the property
  • The data type of the property
  • Whether the property can be updated (IsUpdatable)
  • Whether the property can be retrieved by using the Retrieve method (IsRetrievable)