Żądany rozmiar strony. Wymagana wartość z zakresu od 1 do 200. Jeśli nie określono inaczej, domyślna wartość to 100. Zwraca kod błędu INVALID_ARGUMENT w przypadku określenia nieprawidłowej wartości.
pageToken
string
Token identyfikujący stronę wyników, którą serwer powinien zwrócić. Zwykle jest to wartość nextPageToken zwrócona z poprzedniego wywołania metody googleAudiences.list. Jeśli nie określono tego ustawienia, zostanie zwrócona pierwsza strona wyników.
orderBy
string
Pole, według którego lista ma być sortowana. Akceptowane wartości:
googleAudienceId (domyślnie)
displayName
Domyślna kolejność sortowania to rosnąco. Aby określić kolejność malejącą w polu, dodaj sufiks „desc” . Przykład: displayName desc.
filter
string
Umożliwia filtrowanie według pól odbiorców Google.
Obsługiwana składnia:
Wyrażenia filtra odbiorców z usług Google mogą zawierać maksymalnie 1 ograniczenie.
Ograniczenie ma postać {field} {operator} {value}.
Wszystkie pola muszą używać operatora HAS (:).
Obsługiwane pola:
displayName
Przykłady:
Wszystkie grupy odbiorców Google, w przypadku których wyświetlana nazwa zawiera słowo „Google”: displayName:"Google".
Długość tego pola nie powinna przekraczać 500 znaków.
Parametr sumy accessor. Wymagane. Określa, do której jednostki DV360 jest wysyłane żądanie. Żądanie LIST zwróci tylko elementy odbiorców Google, które są dostępne dla elementu DV360 określonego w polu accessor. accessor może mieć tylko jedną z tych wartości:
Jeśli lista będzie pusta, nie będzie ona dostępna.
nextPageToken
string
Token do pobrania następnej strony wyników. Przekaż tę wartość w polu pageToken w kolejnym wywołaniu metody googleAudiences.list, aby pobrać następną stronę wyników.
[[["Ł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: 2024-09-09 UTC."],[[["Lists Google audiences, with the order determined by the `orderBy` parameter and results filtered using the `filter` parameter."],["Supports pagination using `pageSize` and `pageToken` parameters to retrieve and navigate through the list of Google audiences."],["Requires specifying an `accessor` parameter to identify the DV360 entity (partner or advertiser) for access control."],["Uses a GET request to `https://displayvideo.googleapis.com/v2/googleAudiences` with optional query parameters for filtering and ordering."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope for accessing the Display & Video 360 API."]]],["This document outlines the process of listing Google audiences via the Display & Video 360 API. Key actions include using a `GET` request to the specified URL. Requests can be customized using query parameters like `pageSize`, `pageToken`, `orderBy`, and `filter`. An `accessor` parameter, either `partnerId` or `advertiserId`, is required. The API returns a list of `googleAudiences` and a `nextPageToken` for pagination, with responses structured in JSON. OAuth scope `https://www.googleapis.com/auth/display-video` is required.\n"]]