Parametro unione owner. Obbligatorio. Identifica l'entità DV360 proprietaria dei canali. Può essere un partner o un inserzionista. owner può essere solo uno dei seguenti:
Dimensioni della pagina richiesta. Il valore deve essere compreso tra 1 e 200. Se non specificato, il valore predefinito è 100. Restituisce il codice di errore INVALID_ARGUMENT se viene specificato un valore non valido.
pageToken
string
Un token che identifica una pagina di risultati che il server deve restituire. In genere, si tratta del valore di nextPageToken restituito dalla chiamata precedente al metodo channels.list. Se non specificato, verrà restituita la prima pagina di risultati.
orderBy
string
Campo in base al quale ordinare l'elenco. I valori accettabili sono:
displayName (valore predefinito)
channelId
L'ordinamento predefinito è crescente. Per specificare l'ordinamento decrescente per un campo, è necessario aggiungere un suffisso " desc" al nome del campo. Esempio: displayName desc.
filter
string
Consente di filtrare in base ai campi del canale.
Sintassi supportata:
Le espressioni di filtro per il canale possono contenere al massimo una limitazione.
Una restrizione ha la forma {field} {operator} {value}.
Tutti i campi devono utilizzare l'operatore HAS (:).
Campi supportati:
displayName
Esempi:
Tutti i canali il cui nome visualizzato contiene "google": displayName : "google".
La lunghezza di questo campo non deve superare i 500 caratteri.
Parametro unione owner. Obbligatorio. Identifica l'entità DV360 proprietaria dei canali. Può essere un partner o un inserzionista. owner può essere solo uno dei seguenti:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-02-25 UTC."],[[["Lists channels for an advertiser or partner using the `ListChannels` method."],["Requires specifying the owner (either `advertiserId` or `partnerId`) as a path parameter."],["Supports optional query parameters like `pageSize`, `pageToken`, `orderBy`, and `filter` for customizing results."],["Request body should be empty, and the response contains a `ListChannelsResponse` object upon success."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This content outlines the process of listing channels for a partner or advertiser via the Display & Video 360 API. The `GET` request to the specified URL uses path parameters like `advertiserId` to identify the owner. It supports query parameters including `pageSize`, `pageToken`, `orderBy`, and `filter` for pagination, sorting, and filtering. The request body must be empty, and successful requests return a `ListChannelsResponse`. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]