Precaución: Estás viendo la documentación de la interfaz REST de la API. La mayoría de nuestras bibliotecas cliente oficiales usan gRPC. Consulta la
Introducción a REST para obtener más detalles.
CustomerNegativeCriterion
Un criterio negativo para las exclusiones a nivel del cliente.
Representación 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 .
} |
Campos |
resourceName |
string
Inmutable. El nombre de recurso del criterio negativo del cliente. Los nombres de recursos del criterio negativo del cliente tienen el siguiente formato: customers/{customerId}/customerNegativeCriteria/{criterionId}
|
type |
enum (CriterionType )
Solo salida. El tipo del criterio.
|
id |
string (int64 format)
Solo salida. El ID del criterio.
|
Campo de unión criterion . El criterio negativo del cliente. Se debe establecer exactamente uno. criterion puede ser una de las siguientes opciones: |
contentLabel |
object (ContentLabelInfo )
Inmutable. ContentLabel.
|
mobileApplication |
object (MobileApplicationInfo )
Inmutable. MobileApplication.
|
mobileAppCategory |
object (MobileAppCategoryInfo )
Inmutable. Categoría de Aplicación para Dispositivos Móviles.
|
placement |
object (PlacementInfo )
Inmutable. Ubicación.
|
youtubeVideo |
object (YouTubeVideoInfo )
Inmutable. Video de YouTube
|
youtubeChannel |
object (YouTubeChannelInfo )
Inmutable. Canal de YouTube.
|
negativeKeywordList |
object (NegativeKeywordListInfo )
Inmutable. ListadePalabras clavenegativas.
|
ipBlock |
object (IpBlockInfo )
Inmutable. IPBLock
|
NegativeKeywordListInfo
Un criterio de lista de palabras clave negativas. Representa un conjunto compartido de palabras clave negativas que se pueden excluir a nivel de la cuenta. Solo se puede adjuntar un criterio de lista de palabras clave negativas por cuenta.
Representación JSON |
{
"sharedSet": string
} |
Campos |
sharedSet |
string
El nombre del recurso del conjunto compartido de negativeKeywordListInfo.
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-03-06 (UTC)
[null,null,["Última actualización: 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"]]