Imports a batch of events associated to contacts.
You must be on our CXDP account package to access this feature.
Collate and upload events to Dotdigital Marketing from your platforms which can be shown on a contact's Single customer view. The data is also available as an Insight data collection for use in segmentation and personalization.
Events
Each event must be associated with an existing contact within Dotdigital Marketing using any contact identifier type you want, including Custom identifiers.
Each event has:
| Field | Description |
|---|---|
| type | The notional type of the event which is displayed on the contact's timeline on the Single customer view. |
| id | A unique ID for the event, for example, a GUID. |
| eventTimestamp | The UTC date and time the event occurred in ISO 8601 format. |
| timelineDetails.summary | If specified, this is the description of the event to be shown in the contact's timeline on the Single customer view. |
| eventData | The actual data for the event as a JSON object. |
The type of an event must not conflict with the existing standard types of:
- cartInsight
- catalog
- consentInsight
- easyEditorExtensions
- nostoEmailCampaigns
- orders
- productCategories
- webInsight
- wishList
BatchingFor efficiency, we strongly recommend batching and importing your events in bulk. You can import up to 50MB of data per request. These events are then asynchronously imported in the background.
202Import processing
401Unauthorized