Method: advertisers.insertionOrders.get
Mendapatkan pesanan pemasangan iklan. Menampilkan kode error NOT_FOUND
jika pesanan pemasangan iklan tidak ada.
Permintaan HTTP
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/insertionOrders/{insertionOrderId}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
advertiserId |
string (int64 format)
Wajib. ID pengiklan yang memiliki perjanjian pemasangan iklan ini.
|
insertionOrderId |
string (int64 format)
Wajib. ID pesanan pemasangan iklan yang akan diambil.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat instance InsertionOrder
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/display-video
Untuk mengetahui informasi selengkapnya, lihat OAuth 2.0 Overview.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-02-25 UTC.
[null,null,["Terakhir diperbarui pada 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"]]