Żądany rozmiar strony. Wartość musi się mieścić w zakresie 1–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 customLists.list. Jeśli nie określono tego ustawienia, zostanie zwrócona pierwsza strona wyników.
orderBy
string
Pole, według którego ma być sortowana lista. Akceptowane wartości:
customListId (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 niestandardowych pól listy.
Obsługiwana składnia:
Wyrażenia filtra dla list niestandardowych 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 listy niestandardowe, których nazwa wyświetlana zawiera „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 listy niestandardowej, 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 pobierania następnej strony wyników. Przekaż tę wartość w polu pageToken w kolejnym wywołaniu metody customLists.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-12 UTC."],[[["This document details how to use the Display & Video 360 API to list custom lists, including specifying the order, page size, filtering, and required authorizations."],["The API request is a standard HTTP GET request to a specific URL with query parameters for customization."],["Responses include a list of custom lists (if any), and a token for retrieving subsequent pages of results."],["Users need to authorize their requests with the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This document details how to list custom lists using the Display & Video 360 API. The core action is a `GET` request to `https://displayvideo.googleapis.com/v2/customLists`. You can filter results with `filter`, sort with `orderBy`, and define page size with `pageSize`. Pagination uses the `pageToken`, and the `accessor` parameter, like `advertiserId`, is required to specify the context. The response provides an array of `customLists` and a `nextPageToken` for subsequent pages. An empty request body is needed. OAuth scope `https://www.googleapis.com/auth/display-video` is needed.\n"]]