Method: inventorySources.get
HTTP リクエスト
GET https://displayvideo.googleapis.com/v3/inventorySources/{inventorySourceId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
inventorySourceId |
string (int64 format)
必須。取得する広告枠ソースの ID。
|
クエリ パラメータ
パラメータ |
partnerId |
string (int64 format)
必須。取得した広告枠ソースに対する権限が付与されているディスプレイ&ビデオ 360 パートナーの ID。
|
advertiserId |
string (int64 format)
省略可。取得された広告枠ソースの権限が付与されているディスプレイ&ビデオ 360 の広告主の ID。 ユーザーが親パートナーではなく広告主にのみアクセスできる場合は、このフィールドを使用して関連する広告主を指定します。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には InventorySource
のインスタンスが含まれます。
認可スコープ
次の 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。"],[[["Retrieves a specific inventory source using its unique ID."],["Requires specifying the partner ID to which the inventory source is associated."],["Optionally, you can provide the advertiser ID for more targeted access."],["Utilizes an HTTP GET request with path and query parameters for resource identification."],["If successful, the response provides detailed information about the inventory source."]]],["This document details how to retrieve an inventory source using a GET request. The request URL is `https://displayvideo.googleapis.com/v3/inventorySources/{inventorySourceId}`. The `inventorySourceId` path parameter and `partnerId` query parameter are required. An optional `advertiserId` query parameter is available. The request body must be empty. A successful response will include an `InventorySource` instance. This action requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]