Method: advertisers.insertionOrders.get
Lấy đơn đặt hàng quảng cáo. Trả về mã lỗi NOT_FOUND
nếu đơn đặt hàng quảng cáo không tồn tại.
Yêu cầu HTTP
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/insertionOrders/{insertionOrderId}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Thông số |
advertiserId |
string (int64 format)
Bắt buộc. Mã của nhà quảng cáo sở hữu đơn đặt hàng quảng cáo này.
|
insertionOrderId |
string (int64 format)
Bắt buộc. Mã của đơn đặt hàng quảng cáo cần tìm nạp.
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của InsertionOrder
.
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/display-video
Để biết thêm thông tin, hãy xem OAuth 2.0 Overview.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-02-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]