Perhatian: Anda sedang melihat dokumentasi untuk antarmuka REST API. Sebagian besar library klien resmi kami menggunakan gRPC. Lihat
Pengantar REST untuk mengetahui detailnya.
CustomerNegativeCriterion
Kriteria negatif untuk pengecualian di tingkat pelanggan.
Representasi 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 .
} |
Kolom |
resourceName |
string
Tidak dapat diubah. Nama resource kriteria negatif pelanggan. Nama resource kriteria negatif pelanggan memiliki bentuk: customers/{customerId}/customerNegativeCriteria/{criterionId}
|
type |
enum (CriterionType )
Hanya output. Jenis kriteria.
|
id |
string (int64 format)
Hanya output. ID kriteria.
|
Kolom union criterion . Kriteria negatif pelanggan. Hanya satu harus ditetapkan. criterion hanya dapat berupa salah satu dari yang berikut: |
contentLabel |
object (ContentLabelInfo )
Tidak dapat diubah. LabelKonten.
|
mobileApplication |
object (MobileApplicationInfo )
Tidak dapat diubah. MobileApplication.
|
mobileAppCategory |
object (MobileAppCategoryInfo )
Tidak dapat diubah. MobileAppCategory.
|
placement |
object (PlacementInfo )
Tidak dapat diubah. Penempatan.
|
youtubeVideo |
object (YouTubeVideoInfo )
Tidak dapat diubah. Video YouTube.
|
youtubeChannel |
object (YouTubeChannelInfo )
Tidak dapat diubah. Channel YouTube.
|
negativeKeywordList |
object (NegativeKeywordListInfo )
Tidak dapat diubah. Daftar Kata Kunci Negatif.
|
ipBlock |
object (IpBlockInfo )
Tidak dapat diubah. IPBLock
|
NegativeKeywordListInfo
Kriteria Daftar Kata Kunci Negatif. Mewakili kumpulan kata kunci negatif bersama yang dapat dikecualikan di tingkat akun. Hanya satu kriteria daftar kata kunci negatif yang dapat disertakan per akun.
Representasi JSON |
{
"sharedSet": string
} |
Kolom |
sharedSet |
string
Nama resource kumpulan bersama negativeKeywordListInfo.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-03-06 UTC.
[null,null,["Terakhir diperbarui pada 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"]]