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 displayVideo360AdvertiserLinks.list. Podaj ten parametr, aby pobrać kolejną stronę.
Podczas podziału na strony wszystkie inne parametry przekazane do funkcji displayVideo360AdvertiserLinks.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 displayVideo360AdvertiserLinks.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 Display & Video 360 Advertiser Links associated with a Google Analytics 4 property."],["The API request requires specifying the property ID and allows pagination for retrieving large lists."],["The response includes a list of Display & Video 360 Advertiser Links and a token for accessing subsequent pages, if available."],["Proper authorization with either read-only or edit access to Google Analytics is necessary to use this API."]]],["This document details how to list DisplayVideo360AdvertiserLinks on a property using the `GET` method. The request URL requires a `parent` path parameter (e.g., properties/1234). Optional query parameters include `pageSize` (max 200) and `pageToken` for pagination. The request body should be empty. The response body contains a list of `DisplayVideo360AdvertiserLinks` and an optional `nextPageToken`. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes.\n"]]