SentEvent
Contains tracking data related to a send, including information on individual subscribers.
View-Specific Information
Select
The 本製品 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 本製品 processes other filters client-side within the 本製品.
For example, the following (but not only) queries are processed server side:
SELECT * FROM SentEvent WHERE Client_ID = 123 SELECT * FROM SentEvent WHERE Client_ID IN (123, 456) SELECT * FROM SentEvent WHERE EventDate > '2024/01/25'
Columns
Name | Type | Description |
SendID | Int | Contains identifier for a specific send. |
SubscriberKey | String | Identification of a specific subscriber. |
EventDate | Datetime | Date when a tracking event occurred. |
Client_ID | Int | The Id of the client. |
EventType | String | The type of tracking event |
BatchID | Int | Ties triggered send sent events to other events. |
TriggeredSendDefinitionObjectID | String | Identifies the triggered send definition associated with an event. |
ListID | Int | Defines identification for a list the subscriber resides on. |
PartnerKey | String | Unique identifier provided by partner for an object, accessible only via API. |
SubscriberID | Int | The Id of the subscriber. |