Method: advertisers.channels.get
HTTP リクエスト
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/channels/{channelId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
channelId |
string (int64 format)
必須。取得するチャネルの ID。
|
結合パラメータ owner 。必須。チャンネルを所有するディスプレイ&ビデオ 360 エンティティを識別します。パートナーまたは広告主のいずれかです。owner は次のいずれかになります。 |
advertiserId |
string (int64 format)
取得したチャネルを所有する広告主の ID。
|
クエリ パラメータ
パラメータ |
結合パラメータ owner 。必須。チャンネルを所有するディスプレイ&ビデオ 360 エンティティを識別します。パートナーまたは広告主のいずれかです。owner は次のいずれかになります。 |
partnerId |
string (int64 format)
取得されたチャンネルを所有するパートナーの ID。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Channel
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/display-video
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-25 UTC。
[null,null,["最終更新日 2025-02-25 UTC。"],[[["This request retrieves a specific channel belonging to either a partner or an advertiser within Display & Video 360."],["The channel is identified using its unique ID and the ID of its owning entity (advertiser or partner)."],["The request doesn't require a body and, upon success, returns a detailed representation of the channel."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["This describes how to retrieve a channel for a partner or advertiser using a `GET` request. The request URL specifies the `advertiserId` and `channelId` as path parameters. It also requires an `owner`, identified via either `advertiserId` or `partnerId` in the path or query parameters. The request body is empty. A successful response returns a `Channel` instance. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]