Uwaga: przeglądasz dokumentację interfejsu REST interfejsu API. Większość oficjalnych bibliotek klienta używa gRPC. Więcej informacji znajdziesz we
wprowadzeniu do REST.
CustomerNegativeCriterion
Wykluczające kryterium wykluczeń na poziomie klienta.
Zapis 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 .
} |
Pola |
resourceName |
string
Stały. Nazwa zasobu kryterium wykluczającego klienta. Nazwy zasobów wykluczających kryteriów klienta mają następujący format: customers/{customerId}/customerNegativeCriteria/{criterionId}
|
type |
enum (CriterionType )
Tylko dane wyjściowe. Typ kryterium.
|
id |
string (int64 format)
Tylko dane wyjściowe. Identyfikator kryterium.
|
Pole sumy criterion . Kryterium wykluczające klienta. Musisz ustawić tylko jedną opcję. criterion może mieć tylko jedną z tych wartości: |
contentLabel |
object (ContentLabelInfo )
Stały. Treść.
|
mobileApplication |
object (MobileApplicationInfo )
Stały. MobileApplication.
|
mobileAppCategory |
object (MobileAppCategoryInfo )
Stały. MobileAppCategory.
|
placement |
object (PlacementInfo )
Stały. Miejsce docelowe.
|
youtubeVideo |
object (YouTubeVideoInfo )
Stały. Film w YouTube.
|
youtubeChannel |
object (YouTubeChannelInfo )
Stały. na swoim kanale YouTube.
|
negativeKeywordList |
object (NegativeKeywordListInfo )
Stały. WykluczająceSłowa kluczowe.
|
ipBlock |
object (IpBlockInfo )
Stały. IPBLock
|
NegativeKeywordListInfo
Kryterium listy wykluczających słów kluczowych. Reprezentuje wspólny zestaw wykluczających słów kluczowych, które można wykluczyć na poziomie konta. Do każdego konta można dołączyć tylko jedno kryterium listy wykluczających słów kluczowych.
Zapis JSON |
{
"sharedSet": string
} |
Pola |
sharedSet |
string
Nazwa zasobu udostępnionego zestawu WykluczoneKeywordListInfo.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-03-06 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]