Method: guaranteedOrders.get
HTTP isteği
GET https://displayvideo.googleapis.com/v3/guaranteedOrders/{guaranteedOrderId}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
guaranteedOrderId |
string
Zorunlu. Getirilecek garantili siparişin kimliği. Kimlik, {exchange}-{legacyGuaranteedOrderId} biçimindedir.
|
Sorgu parametreleri
Parametreler |
Birleştirme parametresi accessor . Zorunlu. İsteğin hangi DV360 öğesinde yapıldığını tanımlar. GET isteği yalnızca accessor içinde tanımlanan DV360 öğesine erişilebilen garantili siparişi döndürür. accessor yalnızca aşağıdakilerden biri olabilir: |
partnerId |
string (int64 format)
Garantili siparişe erişimi olan iş ortağının kimliği.
|
advertiserId |
string (int64 format)
Garantili siparişe erişimi olan reklamverenin kimliği.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, GuaranteedOrder
öğ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 guaranteed order using its unique identifier, formatted as `{exchange}-{legacyGuaranteedOrderId}`."],["Requires specifying an `accessor` in the query parameters to identify the DV360 entity (partner or advertiser) with access to the order."],["The request body should be empty, and a successful response returns a `GuaranteedOrder` object."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This document details how to retrieve a guaranteed order using a GET request. The request URL structure includes `guaranteedOrderId` as a required path parameter, formatted as `{exchange}-{legacyGuaranteedOrderId}`. A required query parameter, `accessor`, specifies either a `partnerId` or `advertiserId` to define the DV360 entity. The request body must be empty. Upon success, the response body contains a `GuaranteedOrder` instance. Access requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]