UnsubEvent
The UnsubEvent object contains information regarding a specific unsubscribe action taken 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. | 
| IsMasterUnsubscribed | xsd:boolean | Indicates whether the subscriber master unsubscribed | 
| List | List | Indicates the list involved in the unsubscription | 
| 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 client and stored by system. This property is 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. |