Wymagany. Identyfikator reklamodawcy w DV360, do którego należą pobrane listy wykluczających słów kluczowych.
Parametry zapytania
Parametry
pageSize
integer
Żądany rozmiar strony. Wartość musi się mieścić w zakresie 1–200. Jeśli nie zostanie ustawiony, domyślnie przyjmuje się wartość 100. Jeśli podana zostanie nieprawidłowa wartość, zwraca kod błędu INVALID_ARGUMENT.
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 negativeKeywordLists.list. Jeśli nie zostanie określony, zwrócona zostanie pierwsza strona wyników.
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
Odpowiedź dla NegativeKeywordListService.ListNegativeKeywordLists.
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-02-25 UTC."],[[["Lists negative keyword lists associated with a specific Display & Video 360 advertiser ID."],["Allows for pagination with customizable page size and tokens for retrieving subsequent result pages."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["The response includes an array of negative keyword lists and a token for fetching the next page if available."],["Employs gRPC Transcoding for its URL structure and provides detailed parameters and response fields."]]],["This document outlines the process to list negative keyword lists for a specific advertiser. It uses a `GET` HTTP request to the provided URL, including a required `advertiserId` path parameter. Optional query parameters, `pageSize` and `pageToken`, allow for pagination. The request body must be empty. The response contains a list of negative keyword lists and a `nextPageToken` for pagination, formatted as a JSON representation. Requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]