2025 年 9 月 8 日以降、すべての新しい広告申込情報で、欧州連合(EU)の政治広告を配信するかどうかを宣言する必要があります。宣言が提供されていないディスプレイ&ビデオ 360 API と SDF のアップロードは失敗します。統合を更新してこの宣言を行う方法について詳しくは、
非推奨のページをご覧ください。
ListChannelsResponse
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"channels": [
{
object (Channel )
}
],
"nextPageToken": string
} |
フィールド |
channels[] |
object (Channel )
チャンネルのリスト。 空の場合は、このリストは表示されません。
|
nextPageToken |
string
結果の次のページを取得するためのトークン。 この値を次の ListChannels メソッド呼び出しの pageToken フィールドで渡して、結果の次ページを取得します。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThe JSON response for listing channels includes an array of \u003ccode\u003eChannel\u003c/code\u003e objects and a \u003ccode\u003enextPageToken\u003c/code\u003e for pagination.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003echannels\u003c/code\u003e field contains a list of \u003ccode\u003eChannel\u003c/code\u003e objects, representing the advertiser's channels.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003enextPageToken\u003c/code\u003e is used to retrieve subsequent pages of channel results if available.\u003c/p\u003e\n"]]],[],null,["# ListChannelsResponse\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\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"channels\": [ { object (/display-video/api/reference/rest/v3/advertisers.channels#Channel) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `channels[]` | `object (`[Channel](/display-video/api/reference/rest/v3/advertisers.channels#Channel)`)` The list of channels. This list will be absent if empty. |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [pageToken](/display-video/api/reference/rest/v3/partners.channels/list#body.QUERY_PARAMETERS.page_token) field in the subsequent call to `ListChannels` method to retrieve the next page of results. |"]]