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

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
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!