Method: advertisers.locationLists.create
Tạo danh sách vị trí mới. Trả về danh sách vị trí mới tạo nếu thành công.
Yêu cầu HTTP
POST https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/locationLists
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ã nhận dạng của nhà quảng cáo DV360 sở hữu danh sách vị trí.
|
Nội dung yêu cầu
Nội dung yêu cầu chứa một bản sao của LocationList
.
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 thực thể LocationList
mới tạo.
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."],[[["Creates a new location list for a given advertiser in Display & Video 360."],["Requires an HTTP POST request to the specified endpoint with advertiser ID and location list details in the request body."],["The response includes the newly created location list if the request is successful."],["Authorization using the `https://www.googleapis.com/auth/display-video` scope is required."]]],["This describes creating a new location list within a DV360 advertiser account. A `POST` request is sent to `https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/locationLists`, where `advertiserId` is a required path parameter. The request body must contain a `LocationList` instance. Upon success, the response body returns the newly created `LocationList`. This action requires the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization.\n"]]