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
Token strony otrzymany z poprzedniego wywołania funkcji eventCreateRules.list. Podaj ten parametr, aby pobrać kolejną stronę.
Podczas podziału na strony wszystkie inne parametry przekazane do funkcji eventCreateRules.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 procedury eventCreateRules.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 existing Event Create Rules associated with a Google Analytics 4 property and data stream."],["Allows filtering of results by specifying parameters like `pageSize` and `pageToken` for pagination."],["Returns a list of `EventCreateRules` objects along with a `nextPageToken` for accessing further results."],["Requires authorization with either `analytics.readonly` or `analytics.edit` scope."]]],["This document details how to list EventCreateRules on a web data stream using the Google Analytics Admin API. The key actions involve sending a `GET` request to a specified URL, structured with path parameters like `parent` (e.g., `properties/123/dataStreams/456`). Optional query parameters `pageSize` (up to 200) and `pageToken` can manage pagination. The request body must be empty, and the successful response body contains an array of `eventCreateRules` and a `nextPageToken` for subsequent pages if needed. Authorization requires specific OAuth scopes.\n"]]