CustomerNegativeCriterion

Um critério negativo para exclusões no nível do cliente.

Representação 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

Imutável. O nome do recurso do critério negativo do cliente. Os nomes dos recursos de critério negativo do cliente têm o seguinte formato:

customers/{customerId}/customerNegativeCriteria/{criterionId}

type

enum (CriterionType)

Apenas saída. Tipo do critério.

id

string (int64 format)

Apenas saída. ID do critério.

Campo de união criterion. O critério negativo do cliente.

Exatamente um deve ser definido. criterion pode ser apenas de um dos tipos a seguir:

contentLabel

object (ContentLabelInfo)

Imutável. ContentLabel.

mobileApplication

object (MobileApplicationInfo)

Imutável. MobileApplication.

mobileAppCategory

object (MobileAppCategoryInfo)

Imutável. MobileAppCategory.

placement

object (PlacementInfo)

Imutável. Canal.

youtubeVideo

object (YouTubeVideoInfo)

Imutável. Vídeo do YouTube.

youtubeChannel

object (YouTubeChannelInfo)

Imutável. Canal do YouTube

negativeKeywordList

object (NegativeKeywordListInfo)

Imutável. listas de palavras-chave negativas.

NegativeKeywordListInfo

Um critério da lista de palavras-chave negativas. Representa um conjunto compartilhado de palavras-chave negativas que podem ser excluídas no nível da conta. Somente um critério de lista de palavras-chave negativas pode ser anexado por conta.

Representação JSON
{
  "sharedSet": string
}
Campos
sharedSet

string

O nome do recurso do conjunto compartilhado de negativeKeywordListInfo.