Opcjonalnie: Maksymalna liczba zwracanych zasobów. Jeśli nie podasz tej wartości, zwróci się maksymalnie 50 zasobów. Maksymalna wartość to 200 (wyższe wartości zostaną przymusowo ustawione na maksymalną).
pageToken
string
Opcjonalnie: Token strony otrzymany z poprzedniego wywołania funkcji eventEditRules.list. Podaj ten parametr, aby pobrać kolejną stronę.
Podczas podziału na strony wszystkie inne parametry przekazane do funkcji eventEditRules.list muszą być zgodne z wywołaniem, które dostarczyło token strony.
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
Odpowiedź na wywołanie RPC eventEditRules.list.
W przypadku powodzenia treść żądania zawiera dane o następującej strukturze:
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]