Attenzione: stai visualizzando la documentazione per l'interfaccia REST dell'API. La maggior parte delle nostre librerie client ufficiali utilizza gRPC. Per informazioni dettagliate, consulta la
Introduzione a REST.
CustomerNegativeCriterion
Un criterio negativo per le esclusioni a livello di cliente.
Rappresentazione JSON |
{
"resourceName": string,
"type": enum (CriterionType ),
"id": string,
// Union field criterion can be only one of the following:
"contentLabel": {
object (ContentLabelInfo )
},
"mobileApplication": {
object (MobileApplicationInfo )
},
"mobileAppCategory": {
object (MobileAppCategoryInfo )
},
"placement": {
object (PlacementInfo )
},
"youtubeVideo": {
object (YouTubeVideoInfo )
},
"youtubeChannel": {
object (YouTubeChannelInfo )
},
"negativeKeywordList": {
object (NegativeKeywordListInfo )
},
"ipBlock": {
object (IpBlockInfo )
}
// End of list of possible types for union field criterion .
} |
Campi |
resourceName |
string
Immutabile. Il nome della risorsa del criterio di corrispondenza del cliente. I nomi delle risorse per i criteri negativi del cliente hanno il seguente formato: customers/{customerId}/customerNegativeCriteria/{criterionId}
|
type |
enum (CriterionType )
Solo output. Il tipo di criterio.
|
id |
string (int64 format)
Solo output. L'ID del criterio.
|
Campo unione criterion . Il criterio negativo del cliente. Deve essere impostato in modo esatto. criterion può essere solo uno dei seguenti: |
contentLabel |
object (ContentLabelInfo )
Immutabile. Etichetta contenuto.
|
mobileApplication |
object (MobileApplicationInfo )
Immutabile. MobileApplication.
|
mobileAppCategory |
object (MobileAppCategoryInfo )
Immutabile. Categoria app mobile.
|
placement |
object (PlacementInfo )
Immutabile. Posizionamento.
|
youtubeVideo |
object (YouTubeVideoInfo )
Immutabile. Video di YouTube.
|
youtubeChannel |
object (YouTubeChannelInfo )
Immutabile. canale YouTube.
|
negativeKeywordList |
object (NegativeKeywordListInfo )
Immutabile. Elenco di parole chiave escluse.
|
ipBlock |
object (IpBlockInfo )
Immutabile. IPBLock
|
NegativeKeywordListInfo
Un criterio dell'elenco di parole chiave escluse. Rappresenta un insieme condiviso di parole chiave escluse che possono essere escluse a livello di account. È possibile associare un solo criterio dell'elenco di parole chiave escluse per account.
Rappresentazione JSON |
{
"sharedSet": string
} |
Campi |
sharedSet |
string
Il nome della risorsa del set condiviso negativeKeywordListInfo.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-03-06 UTC.
[null,null,["Ultimo aggiornamento 2025-03-06 UTC."],[[["CustomerNegativeCriterion is used to define negative criteria for exclusions at the customer level."],["It supports various criterion types such as ContentLabel, MobileApplication, MobileAppCategory, Placement, YouTubeVideo, YouTubeChannel, NegativeKeywordList, and IpBlock."],["NegativeKeywordListInfo represents a shared set of negative keywords that can be applied at the account level."],["Only one negative keyword list criterion can be associated with each account."]]],["This document details customer-level negative criteria for exclusions, defined through a JSON structure. Key actions involve specifying `criterion` types, with only one allowed per entry. Available types include `contentLabel`, `mobileApplication`, `mobileAppCategory`, `placement`, `youtubeVideo`, `youtubeChannel`, `negativeKeywordList`, and `ipBlock`. Each criterion is identified by a `resourceName`, `type`, and `id`. `NegativeKeywordListInfo` allows the exclusion of a shared set of negative keywords, defined by the `sharedSet` field.\n"]]