ContactEvent
An object that associates information from an event with a contact.
| Name | Data Type | Description |
|---|---|---|
Client | ClientID object | Defines which account owns the object. |
ContactID | Long | Unique ID for the contact. You must provide a value for contactKey or contactID if the event links directly to the contact. |
ContactKey | String | Primary address for the contact. You must provide a value for contactKey or contactID if the event links directly to the contact. |
CorrelationID | String | Identifies calls involved in a specific asynchronous process. |
CreatedDate | DateTime | The date and time when the object was created. |
CustomerKey | String | User-supplied unique identifier for an object within an object type. |
Data | Array of AttributeSet objects | Any related data associated with the event, passed in as an AttributeSet. To batch multiple items in a single request, include multiple objects that each contain data. Don't include multiple AttributeSets in one object. |
EventDefinitionKey | String | Value identifying the event that is used to map event data to the data extension. |
ID | Int | Read-only legacy identifier for an object. Not supported on all objects. |
ModifiedDate | DateTime | The date and time when the object was last modified. |
ObjectID | String | System-controlled, read-only text string identifier for object. |
ObjectState | String | Reserved for future use. |
Owner | Owner object | Describes account ownership of subscriber in an on-your-behalf account. |
PartnerKey | String | Unique identifier provided by partner for an object. This property is accessible only via API. |
PartnerProperties | Array of APIProperty objects | A collection of metadata supplied by client and stored by system. This property is accessible only via API. |