Cuidado: você está vendo a documentação da interface REST da API. A maioria das nossas bibliotecas de cliente oficiais usa o gRPC. Consulte
Introdução ao REST para ver mais detalhes.
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 )
},
"ipBlock": {
object (IpBlockInfo )
}
// 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 de 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. Posição.
|
youtubeVideo |
object (YouTubeVideoInfo )
Imutável. Vídeo do YouTube.
|
youtubeChannel |
object (YouTubeChannelInfo )
Imutável. Canal do YouTube.
|
negativeKeywordList |
object (NegativeKeywordListInfo )
Imutável. Negativo_Palavra-chave.
|
ipBlock |
object (IpBlockInfo )
Imutável. IPBLock
|
NegativeKeywordListInfo
Um critério de 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 da 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 negativeKeywordListInfo.
|
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-03-06 UTC.
[null,null,["Última atualização 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"]]