CustomerNegativeCriterion

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

placement

object (PlacementInfo)

Inmutable. Ubicación.

youtubeVideo

object (YouTubeVideoInfo)

Inmutable. Video de YouTube.

youtubeChannel

object (YouTubeChannelInfo)

Inmutable. Canal de YouTube

negativeKeywordList

object (NegativeKeywordListInfo)

Inmutable. NegativeKeywordList.

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

Es el nombre del recurso del conjunto compartido NegativeKeywordListInfo.