Method: properties.dataStreams.eventEditRules.reorder
Thay đổi thứ tự xử lý của các quy tắc chỉnh sửa sự kiện trên luồng đã chỉ định.
Yêu cầu HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/eventEditRules:reorder
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Thông số |
parent |
string
Bắt buộc. Định dạng ví dụ: properties/123/dataStreams/456
|
Nội dung yêu cầu
Nội dung yêu cầu chứa dữ liệu có cấu trúc sau:
Biểu diễn dưới dạng JSON |
{
"eventEditRules": [
string
]
} |
Trường |
eventEditRules[] |
string
Bắt buộc. Tên tài nguyên EventEditRule cho luồng dữ liệu đã chỉ định, theo thứ tự xử lý cần thiết. Tất cả EventEditRules cho luồng phải có trong danh sách.
|
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/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: 2025-01-14 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-01-14 UTC."],[[["Reorders the processing sequence of event edit rules for a specific data stream within a Google Analytics property."],["The request requires specifying the data stream and providing an array of all event edit rule names in the desired order."],["Requires authorization with the `https://www.googleapis.com/auth/analytics.edit` scope."],["A successful operation results in an empty response body, indicating the reordering was completed."]]],["This document outlines the process to reorder event edit rules for a specific data stream. It involves a `POST` request to a designated URL, using gRPC Transcoding syntax. The `parent` path parameter, specifying the stream, is required. The request body, in JSON format, contains an array (`eventEditRules`) listing the EventEditRule resource names in the desired order. A successful response is an empty JSON object. This action requires the `analytics.edit` authorization scope.\n"]]