2025년 9월 8일부터 모든 새 광고 항목은 유럽연합 (EU) 정치 광고를 게재할지 여부를 선언해야 합니다. 선언을 제공하지 않는 Display & Video 360 API 및 SDF 업로드는 실패합니다. 통합을 업데이트하여 이 선언을 하는 방법에 대한 자세한 내용은
지원 중단 페이지를 참고하세요.
SdfConfig
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
구조화된 데이터 파일 (SDF) 관련 설정입니다.
JSON 표현 |
{
"version": enum (SdfVersion ),
"adminEmail": string
} |
필드 |
version |
enum (SdfVersion )
필수입니다. 사용 중인 SDF 버전입니다.
|
adminEmail |
string
SDF 처리 상태 보고서가 전송될 관리자 이메일 주소입니다.
|
SdfVersion
열거형 |
SDF_VERSION_UNSPECIFIED |
이 버전에서 SDF 버전 값이 지정되지 않았거나 알 수 없습니다. |
SDF_VERSION_3_1 |
SDF 버전 3.1 |
SDF_VERSION_4 |
SDF 버전 4 |
SDF_VERSION_4_1 |
SDF 버전 4.1 |
SDF_VERSION_4_2 |
SDF 버전 4.2 |
SDF_VERSION_5 |
SDF 버전 5 |
SDF_VERSION_5_1 |
SDF 버전 5.1 |
SDF_VERSION_5_2 |
SDF 버전 5.2 |
SDF_VERSION_5_3 |
SDF 버전 5.3 |
SDF_VERSION_5_4 |
SDF 버전 5.4 |
SDF_VERSION_5_5 |
SDF 버전 5.5 |
SDF_VERSION_6 |
SDF 버전 6 |
SDF_VERSION_7 |
SDF 버전 7 이 버전으로 이전하기 전에 v7 이전 가이드를 읽어보세요. |
SDF_VERSION_7_1 |
SDF 버전 7.1 이 버전으로 이전하기 전에 v7 이전 가이드를 읽어보세요. |
SDF_VERSION_8 |
SDF 버전 8 이 버전으로 마이그레이션하기 전에 v8 마이그레이션 가이드를 읽어보세요. |
SDF_VERSION_8_1 |
SDF 버전 8.1 |
SDF_VERSION_9 |
SDF 버전 9 이 버전으로 이전하기 전에 v9 이전 가이드를 읽어보세요. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-21(UTC)
[null,null,["최종 업데이트: 2025-08-21(UTC)"],[[["\u003cp\u003eStructured Data File (SDF) settings allow you to define the SDF version and provide an admin email for processing status reports.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eversion\u003c/code\u003e field is required and specifies the SDF version being used, while the \u003ccode\u003eadminEmail\u003c/code\u003e field is optional and used for receiving status reports.\u003c/p\u003e\n"],["\u003cp\u003eAvailable SDF versions range from SDF_VERSION_UNSPECIFIED to SDF_VERSION_8, with most previous versions deprecated and SDF_VERSION_8 currently in beta.\u003c/p\u003e\n"],["\u003cp\u003eSDF version 7 and 7.1 require consulting the v7 migration guide before use.\u003c/p\u003e\n"]]],["The content details Structured Data File (SDF) settings, represented in JSON with `version` and `adminEmail`. The `version` field is required and specifies the SDF version using an enum, while `adminEmail` is a string for receiving processing status reports. Available SDF versions range from `SDF_VERSION_UNSPECIFIED` to `SDF_VERSION_8`, with versions prior to 6 being deprecated. Versions 7, 7.1 and 8 require reading the respective migration guides.\n"],null,["# SdfConfig\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [SdfVersion](#SdfVersion)\n\nStructured Data File (SDF) related settings.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------|\n| ``` { \"version\": enum (/display-video/api/reference/rest/v3/SdfConfig#SdfVersion), \"adminEmail\": string } ``` |\n\n| Fields ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------|\n| `version` | `enum (`[SdfVersion](/display-video/api/reference/rest/v3/SdfConfig#SdfVersion)`)` Required. The version of SDF being used. |\n| `adminEmail` | `string` An administrator email address to which the SDF processing status reports will be sent. |\n\nSdfVersion\n----------\n\nPossible versions of SDF.\n\n| Enums ||\n|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n| `SDF_VERSION_UNSPECIFIED` | SDF version value is not specified or is unknown in this version. |\n| `SDF_VERSION_3_1` | SDF version 3.1 | This item is deprecated! |\n| `SDF_VERSION_4` | SDF version 4 | This item is deprecated! |\n| `SDF_VERSION_4_1` | SDF version 4.1 | This item is deprecated! |\n| `SDF_VERSION_4_2` | SDF version 4.2 | This item is deprecated! |\n| `SDF_VERSION_5` | SDF version 5. | This item is deprecated! |\n| `SDF_VERSION_5_1` | SDF version 5.1 | This item is deprecated! |\n| `SDF_VERSION_5_2` | SDF version 5.2 | This item is deprecated! |\n| `SDF_VERSION_5_3` | SDF version 5.3 | This item is deprecated! |\n| `SDF_VERSION_5_4` | SDF version 5.4 | This item is deprecated! |\n| `SDF_VERSION_5_5` | SDF version 5.5 | This item is deprecated! |\n| `SDF_VERSION_6` | SDF version 6 | This item is deprecated! |\n| `SDF_VERSION_7` | SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. |\n| `SDF_VERSION_7_1` | SDF version 7.1. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version. |\n| `SDF_VERSION_8` | SDF version 8. Read the [v8 migration guide](/display-video/api/structured-data-file/v8-migration-guide) before migrating to this version. |\n| `SDF_VERSION_8_1` | SDF version 8.1. |\n| `SDF_VERSION_9` | SDF version 9. Read the [v9 migration guide](/display-video/api/structured-data-file/v9-migration-guide) before migrating to this version. |"]]