Żądany rozmiar strony. Wymagana wartość z zakresu od 1 do 200. Jeśli nie podasz żadnej wartości, zostanie użyta wartość domyślna 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 customBiddingAlgorithms.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:
displayName (domyślnie)
Domyślna kolejność sortowania to rosnąco. Aby określić kolejność malejącą, do nazwy pola należy dodać sufiks „desc”. Przykład: displayName desc.
filter
string
Umożliwia filtrowanie według pól algorytmu ustalania stawek niestandardowych.
Obsługiwana składnia:
Wyrażenia filtra składają się z co najmniej 1 ograniczenia.
Ograniczenia można łączyć za pomocą AND. Sekwencja ograniczeń domyślnie używa funkcji AND.
Ograniczenie ma postać {field} {operator} {value}.
W polu customBiddingAlgorithmType musisz użyć operatora EQUALS (=).
Pole displayName musi zawierać operator HAS (:).
Obsługiwane pola:
customBiddingAlgorithmType
displayName
Przykłady:
Wszystkie algorytmy ustalania stawek niestandardowych, których wyświetlana nazwa zawiera słowo „polityka”: displayName:"politics".
Wszystkie algorytmy ustalania stawek niestandardowych, których typ to „SCRIPT_BASED”: customBiddingAlgorithmType=SCRIPT_BASED
Długość tego pola nie powinna przekraczać 500 znaków.
Parametr unii accessor. Wymagane. Określa, do której jednostki DV360 jest wysyłane żądanie. żądanie LIST zwróci tylko te elementy algorytmu określania stawek niestandardowych, które są dostępne dla elementu DV360 zidentyfikowanego w accessor. Aby wykonać żądanie LIST, użytkownik musi mieć uprawnienia do elementu accessor. accessor może być tylko jednym z tych elementów:
Lista algorytmów ustalania stawek niestandardowych.
Jeśli lista jest pusta, nie będzie widoczna.
nextPageToken
string
Token do pobrania następnej strony wyników. Przekaż tę wartość w polu pageToken w kolejnym wywołaniu metody ListCustomBiddingAlgorithmsRequest, aby pobrać następną stronę wyników. Jeśli to pole ma wartość null, oznacza to, że jest to ostatnia strona.
[[["Ł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-11-08 UTC."],[[["Lists custom bidding algorithms accessible to the current user for bidding strategies, ordered by the `orderBy` parameter."],["Filter results by algorithm type and display name using the `filter` parameter, with a maximum length of 500 characters."],["Specify `pageSize` (1-200, default 100) and use `pageToken` for pagination through results."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Display & Video 360 API v1 has been sunset."]]],["This document outlines the process for listing custom bidding algorithms via the Display & Video 360 API. Key actions involve sending a `GET` request to `https://displayvideo.googleapis.com/v1/customBiddingAlgorithms`. Users can specify `pageSize`, `pageToken`, `orderBy`, and `filter` in the query parameters. The `accessor` parameter is required and it identifies which entity is the request being made within. The response returns a list of custom bidding algorithms and a `nextPageToken` for pagination, if applicable, adhering to specific authorization scopes.\n"]]