2025 年 9 月 8 日以降、すべての新しい広告申込情報で、欧州連合(EU)の政治広告を配信するかどうかを宣言する必要があります。宣言が提供されていないディスプレイ&ビデオ 360 API と SDF のアップロードは失敗します。統合を更新してこの宣言を行う方法について詳しくは、
非推奨のページをご覧ください。
ContentDuration
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
列挙型 |
CONTENT_DURATION_UNSPECIFIED |
このバージョンでは、コンテンツの長さは指定されません。この列挙型はデフォルト値のプレースホルダであり、実際のコンテンツの長さを表すものではありません。 |
CONTENT_DURATION_UNKNOWN |
コンテンツの長さが不明です。 |
CONTENT_DURATION_0_TO_1_MIN |
コンテンツの長さが 0 ~ 1 分。 |
CONTENT_DURATION_1_TO_5_MIN |
コンテンツの長さは 1 ~ 5 分です。 |
CONTENT_DURATION_5_TO_15_MIN |
コンテンツの長さは 5 ~ 15 分です。 |
CONTENT_DURATION_15_TO_30_MIN |
コンテンツの長さは 15 ~ 30 分です。 |
CONTENT_DURATION_30_TO_60_MIN |
コンテンツの長さは 30 ~ 60 分です。 |
CONTENT_DURATION_OVER_60_MIN |
コンテンツの長さが 60 分を超えている。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThis documentation details the different enums used to categorize content based on its duration.\u003c/p\u003e\n"],["\u003cp\u003eThe content duration options range from under a minute to over an hour, offering a variety of length classifications.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCONTENT_DURATION_UNSPECIFIED\u003c/code\u003e and \u003ccode\u003eCONTENT_DURATION_UNKNOWN\u003c/code\u003e serve as placeholders or indicators of missing duration information.\u003c/p\u003e\n"],["\u003cp\u003eEach enum clearly defines the duration range it represents, facilitating easy categorization and understanding of content length.\u003c/p\u003e\n"]]],["The content defines various duration options for content. These options include `CONTENT_DURATION_UNSPECIFIED` (a default placeholder), `CONTENT_DURATION_UNKNOWN`, and specific ranges: `CONTENT_DURATION_0_TO_1_MIN`, `CONTENT_DURATION_1_TO_5_MIN`, `CONTENT_DURATION_5_TO_15_MIN`, `CONTENT_DURATION_15_TO_30_MIN`, `CONTENT_DURATION_30_TO_60_MIN`, and `CONTENT_DURATION_OVER_60_MIN`. Each enum represents a different timeframe for the length of content, ranging from unspecified to over 60 minutes.\n"],null,["# ContentDuration\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.\nPossible content durations options.\n\n| Enums ||\n|---------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `CONTENT_DURATION_UNSPECIFIED` | Content duration is not specified in this version. This enum is a place holder for a default value and does not represent a real content duration. |\n| `CONTENT_DURATION_UNKNOWN` | The content duration is unknown. |\n| `CONTENT_DURATION_0_TO_1_MIN` | Content is 0-1 minute long. |\n| `CONTENT_DURATION_1_TO_5_MIN` | Content is 1-5 minutes long. |\n| `CONTENT_DURATION_5_TO_15_MIN` | Content is 5-15 minutes long. |\n| `CONTENT_DURATION_15_TO_30_MIN` | Content is 15-30 minutes long. |\n| `CONTENT_DURATION_30_TO_60_MIN` | Content is 30-60 minutes long. |\n| `CONTENT_DURATION_OVER_60_MIN` | Content is over 60 minutes long. |"]]