Elenca le origini dell'inventario accessibili all'utente corrente.
L'ordine è definito dal parametro orderBy. Se non viene specificato un valore filter per entityStatus, le origini dell'inventario con stato dell'entità ENTITY_STATUS_ARCHIVED non verranno incluse nei risultati.
Richiesta HTTP
GET https://displayvideo.googleapis.com/v3/inventorySources
Dimensioni della pagina richiesta. Il valore deve essere compreso tra 1 e 200. Se non specificato, il valore predefinito è 100.
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 inventorySources.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)
L'ordinamento predefinito è crescente. Per specificare l'ordinamento decrescente per un campo, è necessario aggiungere il suffisso "desc" al nome del campo. Ad esempio, displayName desc.
filter
string
Consente di filtrare in base ai campi delle origini dell'inventario.
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:
status.entityStatus
commitment
deliveryMethod
rateDetails.rateType
exchange
Esempi:
Tutte le origini dell'inventario attive: status.entityStatus="ENTITY_STATUS_ACTIVE"
Origini inventario appartenenti alle piattaforme di scambio pubblicitario Google Ad Manager o Rubicon: exchange="EXCHANGE_GOOGLE_AD_MANAGER" OR exchange="EXCHANGE_RUBICON"
La lunghezza di questo campo non deve superare i 500 caratteri.
Parametro unione accessor. Obbligatorio. Identifica l'entità DV360 in cui viene effettuata la richiesta. La richiesta LIST restituisce solo le entità di origine dell'inventario accessibili all'entità DV360 identificata in accessor. accessor può essere solo uno dei seguenti:
Un token per recuperare la pagina di risultati successiva. Passa questo valore nel campo pageToken nella chiamata successiva al metodo inventorySources.list per recuperare la pagina di risultati successiva.
[[["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 inventory sources accessible to the current user, ordered by `orderBy` parameter and excluding archived sources unless filtered."],["Supports pagination with `pageSize` and `pageToken` for retrieving results in manageable chunks."],["Offers filtering options using the `filter` parameter for refining results based on entity status, commitment, delivery method, rate type, or exchange."],["Requires specifying an `accessor` (either `partnerId` or `advertiserId`) to identify the DV360 entity for access control."],["Uses `GET` request to `https://displayvideo.googleapis.com/v3/inventorySources` and requires `https://www.googleapis.com/auth/display-video` authorization scope."]]],["This API lists accessible inventory sources for a user via a `GET` request to `https://displayvideo.googleapis.com/v3/inventorySources`. Key parameters include `pageSize`, `pageToken`, `orderBy` for sorting, and `filter` for filtering by fields like `entityStatus`, `commitment`, or `exchange`. The request body must be empty. The response includes a list of inventory sources and a `nextPageToken` for pagination. The call requires authorization scope: `https://www.googleapis.com/auth/display-video`. A union parameter called `accessor` is required to identify the DV360 entity the request is being made from.\n"]]