Method: advertisers.insertionOrders.get
Kampanya siparişi alır. Kampanya siparişi mevcut değilse NOT_FOUND
hata kodunu döndürür.
HTTP isteği
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/insertionOrders/{insertionOrderId}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
advertiserId |
string (int64 format)
Zorunlu. Bu kampanya siparişinin ait olduğu reklamverenin kimliği.
|
insertionOrderId |
string (int64 format)
Zorunlu. Getirilecek kampanya siparişinin kimliği.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, InsertionOrder
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/display-video
Daha fazla bilgi için OAuth 2.0 Overview sayfasına bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-02-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-02-25 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."]]],["This document details how to retrieve an insertion order using a GET request. The request URL requires two path parameters: `advertiserId` and `insertionOrderId`, both of which are string-formatted 64-bit integers and are mandatory. The request body must be empty. A successful request returns an `InsertionOrder` instance in the response body; otherwise, `NOT_FOUND` will be returned. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]