SentEvent
The SentEvent
object contains tracking data related to a send, including information about the individual subscribers who the send targeted.
The SentEvent
object has the properties described in this table.
Name | Data Type | Description |
---|---|---|
BatchID | Integer | An identifier that connects sends to events that occur later, such as clicks and opens. |
Client.ID | Integer | The ID of the account that the send originated from. |
EventDate | Datetime | Date when a tracking event occurred. |
EventType | EventType | The type of tracking event. |
ListID | Integer | The ID of the list that the send targeted. |
PartnerKey | String | Unique identifier provided by partner for an object. This property is accessible only by using SOAP API. |
PartnerProperties | Array of APIProperty[] objects | A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API. |
SendID | Integer | A unique identifier for the send. |
SubscriberID | Integer | The ID of the subscriber that the send targeted. |
SubscriberKey | String | The external key of the subscriber that the send targeted. |
TriggeredSendDefinitionObjectID | String | Identifies the triggered send definition associated with an event. This value also appears in tracking events so that you can connect tracking events to sends. |