Obbligatorio. L'ID dell'inserzionista DV360 a cui appartengono gli elenchi di località recuperati.
Parametri di query
Parametri
pageSize
integer
Dimensioni della pagina richiesta. Il valore deve essere compreso tra 1 e 200. Se non viene impostato, 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 locationLists.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:
locationListId (valore predefinito)
displayName
L'ordinamento predefinito è crescente. Per specificare l'ordinamento decrescente per un campo, è necessario aggiungere il suffisso "desc" al nome del campo. Esempio: displayName desc.
filter
string
Consente di filtrare in base ai campi dell'elenco di località.
Sintassi supportata:
Le espressioni di filtro sono composte da una o più limitazioni.
Le limitazioni possono essere combinate con gli operatori logici AND o OR. Una sequenza di restrizioni utilizza implicitamente AND.
Una restrizione ha la forma {field} {operator} {value}.
Tutti i campi devono utilizzare l'operatore EQUALS (=).
Campi supportati:
locationType
Esempi:
Elenco di tutte le località regionali: locationType="TARGETING_LOCATION_TYPE_REGIONAL"
Elenco di tutte le località nelle vicinanze: locationType="TARGETING_LOCATION_TYPE_PROXIMITY"
La lunghezza di questo campo non deve superare i 500 caratteri.
[[["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 location lists for a given advertiser using the `locationLists.list` method."],["Filter results by location type, page size, page token, and order."],["Request requires advertiser ID as a path parameter."],["Response includes a list of location lists and a token for the next page."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document outlines how to retrieve location lists for a specific DV360 advertiser using a `GET` request to the provided URL. The request requires the `advertiserId` as a path parameter. Optional query parameters include `pageSize`, `pageToken`, `orderBy`, and `filter` to control pagination, sorting, and filtering. The request body should be empty. The successful response contains a list of location list objects and a `nextPageToken` for further pagination. It requires `https://www.googleapis.com/auth/display-video` authorization.\n"]]