AI-generated Key Takeaways
- 
          Display & Video 360 API v1 has been sunset. 
- 
          Integration details for an entry are represented in JSON format with fields for integrationCodeanddetails.
- 
          The integrationCodefield is an external identifier with a maximum length of 500 characters.
- 
          The detailsfield provides additional information in string format with a maximum length of 1000 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. |