2025 年 9 月 8 日以降、すべての新しい広告申込情報で、欧州連合(EU)の政治広告を配信するかどうかを宣言する必要があります。宣言が提供されていないディスプレイ&ビデオ 360 API と SDF のアップロードは失敗します。統合を更新してこの宣言を行う方法について詳しくは、
非推奨のページをご覧ください。
SdfConfig
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
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 移行ガイドをお読みください。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-21 UTC。
[null,null,["最終更新日 2025-08-21 UTC。"],[],["The Display & Video 360 API v4, in beta, manages Structured Data File (SDF) settings. Key elements include the required `version` field, specifying the SDF version via an enum, and the optional `adminEmail` string for SDF processing status reports. Available SDF versions range from `SDF_VERSION_UNSPECIFIED` to `SDF_VERSION_8`, with versions 3.1 to 5.5 deprecated. Versions 7, 7.1, and 8 require reviewing migration guides.\n"],null,["# SdfConfig\n\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/v4/SdfConfig#SdfVersion), \"adminEmail\": string } ``` |\n\n| Fields ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------|\n| `version` | `enum (`[SdfVersion](/display-video/api/reference/rest/v4/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. |"]]