AI-generated Key Takeaways
- 
          Display & Video 360 API v3 has sunset and users should use v4 instead. 
- 
          SdfConfig includes settings related to Structured Data Files, with fields for the required SDF version and an optional administrator email for reports. 
- 
          Multiple SDF versions are available, with versions 7 and later having associated migration guides. 
Structured Data File (SDF) related settings.
| JSON representation | 
|---|
| {
  "version": enum ( | 
| Fields | |
|---|---|
| version | 
 Required. The version of SDF being used. | 
| adminEmail | 
 An administrator email address to which the SDF processing status reports will be sent. | 
SdfVersion
Possible versions of SDF.
| Enums | |
|---|---|
| SDF_VERSION_UNSPECIFIED | SDF version value is not specified or is unknown in this version. | 
| SDF_VERSION_3_1 | SDF version 3.1 | 
| SDF_VERSION_4 | SDF version 4 | 
| SDF_VERSION_4_1 | SDF version 4.1 | 
| SDF_VERSION_4_2 | SDF version 4.2 | 
| SDF_VERSION_5 | SDF version 5. | 
| SDF_VERSION_5_1 | SDF version 5.1 | 
| SDF_VERSION_5_2 | SDF version 5.2 | 
| SDF_VERSION_5_3 | SDF version 5.3 | 
| SDF_VERSION_5_4 | SDF version 5.4 | 
| SDF_VERSION_5_5 | SDF version 5.5 | 
| SDF_VERSION_6 | SDF version 6 | 
| SDF_VERSION_7 | SDF version 7. Read the v7 migration guide before migrating to this version. | 
| SDF_VERSION_7_1 | SDF version 7.1. Read the v7 migration guide before migrating to this version. | 
| SDF_VERSION_8 | SDF version 8. Read the v8 migration guide before migrating to this version. | 
| SDF_VERSION_8_1 | SDF version 8.1. | 
| SDF_VERSION_9 | SDF version 9. Read the v9 migration guide before migrating to this version. |