IntegrationDetails

  • Display & Video 360 API v1 is no longer available.

  • The provided documentation details the JSON representation of an "entry" for integration purposes within Display & Video 360.

  • An entry includes an integrationCode for external identification and details for additional information, both with character limits.

Integration details of an entry.

JSON representation
{
  "integrationCode": string,
  "details": string
}
Fields
integrationCode

string

An external identifier to be associated with the entry. The integration code will show up together with the entry in many places in the system, for example, reporting.

Must be UTF-8 encoded with a length of no more than 500 characters.

details

string

Additional details of the entry in string format.

Must be UTF-8 encoded with a length of no more than 1000 characters.