Get 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:

ParameterTypePurpose
totalItemsIntegerThe total number of items submitted to import
totalImportedIntegerThe total number of items successfully imported
totalRejectedIntegerThe total number of items not imported due to an issue
faultsArray of FaultThe detail of why items were rejected

Fault Object

ParameterTypePurpose
keyStringThe unique identifier for the item you submitted
reasonEnum
  • Unknown
  • InvalidClientKey
  • InvalidContactIdentifier
  • InvalidJson
  • DuplicateKey
  • ContactIdDoesNotExist
  • ContactEmailDoesNotExist
  • JsonContainsNestedArray
  • JsonKeyTooLong
  • JsonKeyInvalidCharacters
  • JsonValueTooLong
  • JsonValueIncompatibleWithSchema
  • JsonNumberValueTooLarge

Path Params
string
required

The import ID (GUID) of the transactional data import

Headers
string
/^(?:\{{0,1}(?:[0-9a-fA-F]){8}-(?:[0-9a-fA-F]){4}-(?:[0-9a-fA-F]){4}-(?:[0-9a-fA-F]){4}-(?:[0-9a-fA-F]){12}\}{0,1})$/

If you are a partner of Dotdigital and have a verified integration then include your integration tracking token here.

Response

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json