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)
  },
  "ipBlock": {
    object (IpBlockInfo)
  }
  // End of list of possible types for union field criterion.
}
Champs
resourceName

string

Immuable. Nom de la ressource du critère négatif client. Les noms de ressources de critères négatifs pour les clients sont au format suivant :

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 au niveau du client.

Vous devez définir un seul de ces champs. criterion ne peut être qu'un des éléments suivants :

contentLabel

object (ContentLabelInfo)

Immuable. ContentLabel.

mobileApplication

object (MobileApplicationInfo)

Immuable. MobileApplication.

mobileAppCategory

object (MobileAppCategoryInfo)

Immuable. MobileAppCategory.

placement

object (PlacementInfo)

Immuable. Emplacement.

youtubeVideo

object (YouTubeVideoInfo)

Immuable. Vidéo YouTube

youtubeChannel

object (YouTubeChannelInfo)

Immuable. Chaîne YouTube.

negativeKeywordList

object (NegativeKeywordListInfo)

Immuable. NeuralKeywordList.

ipBlock

object (IpBlockInfo)

Immuable. IPBLock

NegativeKeywordListInfo

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é NeuralKeywordListInfo.