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 expandedDataSets.list. Podaj ten parametr, aby pobrać kolejną stronę.
Podczas podziału na strony wszystkie inne parametry przekazane do funkcji ListExpandedDataSet 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 żądania RPC expandedDataSets.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 all ExpandedDataSets on a specific Google Analytics 4 property."],["Allows filtering by page size and using pagination for large result sets."],["Requires specific authorization scopes for data access."],["Provides details on HTTP request structure, path & query parameters, and response format."],["Offers a \"Try it!\" section for practical exploration and testing."]]],["This describes how to list ExpandedDataSets on a property using the Google Analytics Admin API. A `GET` HTTP request is sent to a specified URL, including a required `parent` path parameter (e.g., properties/1234). Optional query parameters, `pageSize` and `pageToken`, enable pagination. The request body is empty. The response, in JSON format, includes a list of `expandedDataSets` and a `nextPageToken` for pagination. Access requires either `analytics.readonly` or `analytics.edit` authorization scopes.\n"]]