AI-generated Key Takeaways
-
Display & Video 360 API v2 is no longer available.
-
Entries can be integrated using JSON format with an integration code and details.
-
The
integrationCode
is an external identifier, limited to 500 UTF-8 encoded characters, used for associating and reporting on the entry within the system. -
The
details
field provides additional information about the entry and allows up to 1000 UTF-8 encoded characters.
Integration details of an entry.
JSON representation |
---|
{ "integrationCode": string, "details": string } |
Fields | |
---|---|
integrationCode |
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 |
Additional details of the entry in string format. Must be UTF-8 encoded with a length of no more than 1000 characters. |