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.