Method: advertisers.negativeKeywordLists.delete
Xoá một danh sách từ khoá phủ định dựa trên mã nhận dạng nhà quảng cáo và mã nhận dạng danh sách từ khoá phủ định.
Yêu cầu HTTP
DELETE https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/negativeKeywordLists/{negativeKeywordListId}
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 từ khoá phủ định.
|
negativeKeywordListId |
string (int64 format)
Bắt buộc. Mã của danh sách từ khoá phủ định cần xoá.
|
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ẽ là một đối tượng JSON trống.
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."],[[["Deletes a specified negative keyword list for a given advertiser in DV360."],["Requires advertiser and negative keyword list IDs as path parameters."],["Uses an HTTP DELETE request with an empty body."],["Successful deletion results in an empty response body."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document outlines how to delete a negative keyword list within the DV360 platform. A `DELETE` HTTP request is sent to a specific URL that includes the `advertiserId` and `negativeKeywordListId` as path parameters, both of which are required. The request body must be empty. A successful deletion returns an empty JSON object in the response body. This action requires OAuth scope: `https://www.googleapis.com/auth/display-video`. The document uses gRPC Transcoding syntax.\n"]]