Obbligatorio. L'ID dell'elemento pubblicitario per cui elencare le opzioni di targeting assegnate.
Parametri di query
Parametri
pageSize
integer
Dimensioni della pagina richiesta. La dimensione deve essere un numero intero compreso tra 1 e 5000. Se non specificato, il valore predefinito è 5000. Restituisce il codice di errore INVALID_ARGUMENT se viene specificato un valore non valido.
pageToken
string
Un token che consente al client di recuperare la pagina successiva dei risultati. In genere, si tratta del valore di nextPageToken restituito dalla chiamata precedente al metodo lineItems.bulkListLineItemAssignedTargetingOptions. Se non specificato, verrà restituita la prima pagina di risultati.
orderBy
string
Campo in base al quale ordinare l'elenco. I valori accettati sono:
targetingType (valore predefinito)
L'ordinamento predefinito è crescente. Per specificare l'ordine decrescente di un campo, il suffisso "desc" al nome del campo. Esempio: targetingType desc.
filter
string
Consente di filtrare in base ai campi delle opzioni di targeting assegnati.
Sintassi supportata:
Le espressioni di filtro sono costituite da una o più restrizioni.
Le restrizioni possono essere combinate dall'operatore logico OR.
Una limitazione ha il formato {field} {operator} {value}.
Tutti i campi devono utilizzare l'operatore EQUALS (=).
Campi supportati:
targetingType
inheritance
Esempi:
AssignedTargetingOption risorse di tipo di targeting TARGETING_TYPE_PROXIMITY_LOCATION_LIST o TARGETING_TYPE_CHANNEL: targetingType="TARGETING_TYPE_PROXIMITY_LOCATION_LIST" OR
targetingType="TARGETING_TYPE_CHANNEL"
AssignedTargetingOption risorse con stato ereditarietà NOT_INHERITED o INHERITED_FROM_PARTNER: inheritance="NOT_INHERITED" OR inheritance="INHERITED_FROM_PARTNER"
La lunghezza di questo campo non deve essere superiore a 500 caratteri.
Un token che identifica la pagina successiva di risultati. Questo valore deve essere specificato come pageToken in un elemento BulkListLineItemAssignedTargetingOptionsRequest successivo per recuperare la pagina dei risultati successiva. Questo token sarà assente se non ce ne sono altri assignedTargetingOptions da restituire.
[[["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 2024-08-29 UTC."],[[["Lists assigned targeting options for a given line item, including details like targeting type and inheritance status."],["Supports pagination to retrieve large result sets using `pageSize` and `pageToken` parameters."],["Allows filtering results based on `targetingType` and `inheritance` using the `filter` parameter."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Employs a `GET` request to the specified endpoint with advertiser and line item IDs as path parameters."]]],["This API endpoint retrieves a list of assigned targeting options for a specific line item within an advertiser's account. Key actions include sending a `GET` request to the specified URL, using `advertiserId` and `lineItemId` as path parameters. Optional query parameters like `pageSize`, `pageToken`, `orderBy`, and `filter` can be used to customize the results. The API returns a list of `assignedTargetingOptions` and a `nextPageToken` for paginating through results, requiring the `display-video` authorization scope.\n"]]