CustomerNegativeCriterion

Critère négatif pour les exclusions au niveau du client.

Représentation 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.
}
Champs
resourceName

string

Immuable. Nom de ressource du critère négatif client. Les noms de ressources du critère négatif du client se présentent sous la forme suivante:

customers/{customerId}/customerNegativeCriteria/{criterionId}

type

enum (CriterionType)

Uniquement en sortie. Type du critère.

id

string (int64 format)

Uniquement en sortie. ID du critère.

Champ d'union criterion. Critère négatif du client.

Vous ne devez en définir qu'un. criterion ne peut être qu'un des éléments suivants :

contentLabel

object (ContentLabelInfo)

Immuable. Libellé de contenu.

mobileApplication

object (MobileApplicationInfo)

Immuable. Application mobile.

mobileAppCategory

object (MobileAppCategoryInfo)

Immuable. CatégorieApplicationMobile.

placement

object (PlacementInfo)

Immuable. Emplacement.

youtubeVideo

object (YouTubeVideoInfo)

Immuable. Vidéo YouTube.

youtubeChannel

object (YouTubeChannelInfo)

Immuable. Chaîne YouTube.

negativeKeywordList

object (NegativeKeywordListInfo)

Immuable. La liste de mots clés à exclure.

NegativeKeywordListInfo

Un critère de liste de mots clés à exclure. Représente un ensemble partagé de mots clés à exclure pouvant être exclus au niveau du compte. Vous ne pouvez associer qu'un seul critère de liste de mots clés à exclure par compte.

Représentation JSON
{
  "sharedSet": string
}
Champs
sharedSet

string

Nom de ressource de l'ensemble partagé negativeKeywordListInfo.