get deprecatedhttps://{region}-api.dotdigital.com/v2/contacts/transactional-data/import//report
Gets a report with statistics about what transactional/insight data was successfully imported, and what was unable to be imported
This operation returns a report on a completed transactional data import, providing information on what was successfully imported and on what was unable to be imported.
The following information will be returned:
Parameter | Type | Purpose |
---|---|---|
totalItems | Integer | The total number of items submitted to import |
totalImported | Integer | The total number of items successfully imported |
totalRejected | Integer | The total number of items not imported due to an issue |
faults | Array of Fault | The detail of why items were rejected |
Fault Object
Parameter | Type | Purpose |
---|---|---|
key | String | The unique identifier for the item you submitted |
reason | Enum | Unknown InvalidClientKey InvalidContactIdentifier InvalidJson DuplicateKey ContactIdDoesNotExist ContactEmailDoesNotExist JsonKeyTooLong JsonKeyInvalidCharacters JsonValueTooLong JsonValueIncompatibleWithSchema JsonNumberValueTooLarge |