Dikkat: API'nin REST arayüzüyle ilgili dokümanları görüntülüyorsunuz. Resmi istemci kitaplıklarımızın çoğu gTB kullanır. Ayrıntılar için
REST Tanıtımı'nı inceleyin.
CustomerNegativeCriterion
Müşteri düzeyinde hariç tutmalar için negatif bir ölçüt.
JSON gösterimi |
{
"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 .
} |
Alanlar |
resourceName |
string
Sabit. Müşteri negatif ölçütünün kaynak adı. Müşteri negatif ölçüt kaynağı adlarının biçimi şu şekildedir: customers/{customerId}/customerNegativeCriteria/{criterionId}
|
type |
enum (CriterionType )
Yalnızca çıkış. Ölçütün türü.
|
id |
string (int64 format)
Yalnızca çıkış. Ölçütün kimliği.
|
Birleştirme alanı criterion . Müşteri olumsuz ölçütü. Tam olarak bir tane ayarlanmalıdır. criterion şunlardan yalnızca biri olabilir: |
contentLabel |
object (ContentLabelInfo )
Sabit. ContentLabel'i tıklayın.
|
mobileApplication |
object (MobileApplicationInfo )
Sabit. MobileApplication.
|
mobileAppCategory |
object (MobileAppCategoryInfo )
Sabit. Mobil Uygulama Kategorisi.
|
placement |
object (PlacementInfo )
Sabit. Yerleşim.
|
youtubeVideo |
object (YouTubeVideoInfo )
Sabit. YouTube videosu.
|
youtubeChannel |
object (YouTubeChannelInfo )
Sabit. YouTube kanalı.
|
negativeKeywordList |
object (NegativeKeywordListInfo )
Sabit. NegatifAnahtarKelimeListesi.
|
ipBlock |
object (IpBlockInfo )
Sabit. IPBLock
|
NegativeKeywordListInfo
Bir Negatif Anahtar Kelime Listesi ölçütü. Hesap düzeyinde hariç tutulabilen paylaşılan bir negatif anahtar kelime kümesini temsil eder. Hesap başına yalnızca bir negatif anahtar kelime listesi ölçütü eklenebilir.
JSON gösterimi |
{
"sharedSet": string
} |
Alanlar |
sharedSet |
string
Olumsuz Anahtar Kelime Listeleri, paylaşılan küme kaynak adı.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-03-06 UTC.
[null,null,["Son güncelleme tarihi: 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"]]