Attention:Vous consultez la documentation de l'interface REST de l'API. La plupart de nos bibliothèques clientes officielles utilisent gRPC. Pour en savoir plus, consultez la
présentation de REST.
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 ressource du critère négatif du client. Les noms de ressources des critères négatifs 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 . Le critère négatif du client. Vous ne devez en définir qu'un seul. 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.
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/03/06 (UTC).
[null,null,["Dernière mise à jour le 2025/03/06 (UTC)."],[[["CustomerNegativeCriterion is used to define negative criteria for exclusions at the customer level."],["It supports various criterion types such as ContentLabel, MobileApplication, MobileAppCategory, Placement, YouTubeVideo, YouTubeChannel, NegativeKeywordList, and IpBlock."],["NegativeKeywordListInfo represents a shared set of negative keywords that can be applied at the account level."],["Only one negative keyword list criterion can be associated with each account."]]],["This document details customer-level negative criteria for exclusions, defined through a JSON structure. Key actions involve specifying `criterion` types, with only one allowed per entry. Available types include `contentLabel`, `mobileApplication`, `mobileAppCategory`, `placement`, `youtubeVideo`, `youtubeChannel`, `negativeKeywordList`, and `ipBlock`. Each criterion is identified by a `resourceName`, `type`, and `id`. `NegativeKeywordListInfo` allows the exclusion of a shared set of negative keywords, defined by the `sharedSet` field.\n"]]