Bắt buộc. Định dạng ví dụ: properties/123/dataStreams/456
Tham số truy vấn
Thông số
pageSize
integer
Không bắt buộc. Số lượng tài nguyên tối đa cần trả về. Nếu không chỉ định, hệ thống sẽ trả về tối đa 50 tài nguyên. Giá trị tối đa là 200 (các giá trị cao hơn sẽ được ép thành giá trị tối đa).
pageToken
string
Không bắt buộc. Mã thông báo trang, nhận được từ lệnh gọi eventEditRules.list trước đó. Cung cấp giá trị này để truy xuất trang tiếp theo.
Khi phân trang, tất cả các tham số khác được cung cấp cho eventEditRules.list phải khớp với lệnh gọi đã cung cấp mã thông báo trang.
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
Thông báo phản hồi cho RPC eventEditRules.list.
Nếu thành công, phần nội dung phản hồi sẽ chứa dữ liệu có cấu trúc sau:
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-01-14 UTC."],[[["Lists Event Edit Rules configured for a specified web data stream within a Google Analytics 4 property."],["Allows for pagination to retrieve large lists of Event Edit Rules, specifying the maximum number of results per page."],["Requires authorization with specific Google Analytics scopes for read or edit access."],["Provides a response containing an array of Event Edit Rules and a token for retrieving subsequent pages, if available."],["Employs gRPC Transcoding for its HTTP request structure and utilizes path and query parameters for resource identification and filtering."]]],["This document outlines how to list EventEditRules for a web data stream using an HTTP GET request. The request is sent to a specific URL, defined by the `parent` path parameter (e.g., `properties/123/dataStreams/456`). Optional query parameters `pageSize` (max 200) and `pageToken` support pagination. The request body must be empty, and the response, in JSON format, contains a list of `eventEditRules` and a `nextPageToken` for retrieving subsequent pages if any. The requests requires authorization scopes `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics.edit`\n"]]