OpenEvent
The OpenEvent object contains information about the opening of a message send by a subscriber.
Name | Data Type | Description |
---|---|---|
BatchID | xsd:int | Ties triggered send sent events to other events (like clicks and opens that occur at a later date and time) |
Client | ClientID | Specifies the account ownership and context of an object. |
CorrelationID | xsd:string | Identifies correlation of objects across several requests. |
CreatedDate | xsd:dateTime | Read-only date and time of the object's creation. |
CustomerKey | xsd:string | User-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object. |
EventDate | xsd:dateTime | Date when a tracking event occurred. |
EventType | EventType | The type of tracking event |
ID | xsd:int | Read-only identifier for an object. Some objects use the ObjectID property as a unique ID. |
ModifiedDate | Nullable`1 | Indicates the last time object information was modified. |
ObjectID | xsd:string | System-controlled, read-only text string identifier for object. |
ObjectState | xsd:string | Reserved for future use. |
Owner | Owner | Describes account ownership of subscriber in an on-your-behalf account. |
PartnerKey | xsd:string | Unique identifier provided by partner for an object. This property is accessible only via API. |
PartnerProperties | APIProperty[] | A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API. |
SendID | xsd:int | Contains identifier for a specific send. |
SubscriberKey | xsd:string | Identification of a specific subscriber. |
TriggeredSendDefinitionObjectID | xsd:string | Identifies the triggered send definition associated with an event. This value also appears in tracking events to allow you to tie those events to a specific triggered send. |