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)
  }
  // End of list of possible types for union field criterion.
}
Campos
resourceName

string

Inmutable. El nombre del recurso del criterio negativo del cliente. Los nombres de los recursos de los criterios negativos 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. Es el criterio negativo del cliente.

Se debe establecer solo uno. criterion puede ser una de las siguientes opciones:

contentLabel

object (ContentLabelInfo)

Inmutable. ContentLabel.

mobileApplication

object (MobileApplicationInfo)

Inmutable. Aplicación para dispositivos móviles.

mobileAppCategory

object (MobileAppCategoryInfo)

Inmutable. Categoría de aplicaciones 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. Palabras clave negativas.

NegativeKeywordListInfo

Un criterio de la 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 KeywordKeywordListInfo.