Method: advertisers.insertionOrders.get
広告掲載オーダーを取得します。広告掲載オーダーが存在しない場合、エラーコード NOT_FOUND
を返します。
HTTP リクエスト
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/insertionOrders/{insertionOrderId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
advertiserId |
string (int64 format)
必須。この広告掲載オーダーが属する広告主の ID。
|
insertionOrderId |
string (int64 format)
必須。取得する広告掲載オーダーの ID。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には InsertionOrder
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/display-video
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-06 UTC。
[null,null,["最終更新日 2024-11-06 UTC。"],[[["Retrieves a specific insertion order belonging to a given advertiser using a GET request."],["Requires providing the advertiser ID and insertion order ID as path parameters in the request URL."],["Returns the details of the insertion order, including its properties and settings, in the response body if found."],["If the insertion order is not found, the API will return a `NOT_FOUND` error code."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],[]]