Method: properties.displayVideo360AdvertiserLinkProposals.cancel
Huỷ Đề xuất DisplayVideo360AdvertiserLink. Việc huỷ có thể có nghĩa là: – Từ chối đề xuất đã bắt đầu từ Display & Video 360 – Rút lại đề xuất đã khởi tạo từ Google Analytics Sau khi bị huỷ, đề xuất cuối cùng sẽ tự động bị xoá.
Yêu cầu HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}:cancel
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Tham số |
name |
string
Bắt buộc. Tên của Đề xuất liên kết nhà quảng cáo DisplayVideo360để huỷ. Định dạng mẫu: thuộc tính/1234/displayVideo360AdvertiserLinkRecommendations/5678
|
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 DisplayVideo360AdvertiserLinkProposal
.
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/analytics.edit
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: 2024-05-06 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-05-06 UTC."],[[["This request cancels a DisplayVideo360AdvertiserLinkProposal, which can mean declining a proposal from Display & Video 360 or withdrawing one from Google Analytics."],["The proposal will be automatically deleted after cancellation."],["An empty request body is required, and the response contains a DisplayVideo360AdvertiserLinkProposal object if successful."],["The `analytics.edit` OAuth scope is necessary for authorization."],["You must provide the DisplayVideo360AdvertiserLinkProposal name in the request URL using the format `properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId}`."]]],["To cancel a `DisplayVideo360AdvertiserLinkProposal`, send a POST request to the specified URL, which includes the proposal's `name` as a path parameter. The request body must be empty. The response will return an instance of `DisplayVideo360AdvertiserLinkProposal`. Cancelling a proposal means either declining it or withdrawing it; it will be automatically deleted later. The action requires the `https://www.googleapis.com/auth/analytics.edit` authorization scope.\n"]]