ข้อควรระวัง: คุณกําลังดูเอกสารประกอบสําหรับอินเทอร์เฟซ REST ของ API ไลบรารีของไคลเอ็นต์อย่างเป็นทางการส่วนใหญ่ของเราใช้ gRPC โปรดดูรายละเอียดใน
บทนํา REST
CustomerNegativeCriterion
เกณฑ์เชิงลบสำหรับการยกเว้นที่ระดับลูกค้า
การแสดง 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 .
} |
ช่อง |
resourceName |
string
เปลี่ยนแปลงไม่ได้ ชื่อทรัพยากรของเกณฑ์เชิงลบของลูกค้า ชื่อทรัพยากรเกณฑ์เชิงลบของลูกค้าจะมีรูปแบบดังนี้ customers/{customerId}/customerNegativeCriteria/{criterionId}
|
type |
enum (CriterionType )
เอาต์พุตเท่านั้น ประเภทของเกณฑ์
|
id |
string (int64 format)
เอาต์พุตเท่านั้น รหัสของเกณฑ์
|
ช่องการรวม criterion เกณฑ์เชิงลบของลูกค้า ต้องตั้งค่าเพียง 1 รายการ criterion ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้ |
contentLabel |
object (ContentLabelInfo )
เปลี่ยนแปลงไม่ได้ ป้ายกำกับเนื้อหา
|
mobileApplication |
object (MobileApplicationInfo )
เปลี่ยนแปลงไม่ได้ MobileApplication
|
mobileAppCategory |
object (MobileAppCategoryInfo )
เปลี่ยนแปลงไม่ได้ MobileAppCategory
|
placement |
object (PlacementInfo )
เปลี่ยนแปลงไม่ได้ ตำแหน่ง
|
youtubeVideo |
object (YouTubeVideoInfo )
เปลี่ยนแปลงไม่ได้ วิดีโอ YouTube
|
youtubeChannel |
object (YouTubeChannelInfo )
เปลี่ยนแปลงไม่ได้ ช่อง YouTube
|
negativeKeywordList |
object (NegativeKeywordListInfo )
เปลี่ยนแปลงไม่ได้ รายการคีย์เวิร์ดเชิงลบ
|
ipBlock |
object (IpBlockInfo )
เปลี่ยนแปลงไม่ได้ IPBLock
|
NegativeKeywordListInfo
เกณฑ์รายการคีย์เวิร์ดเชิงลบ แสดงชุดคีย์เวิร์ดเชิงลบที่ใช้ร่วมกันซึ่งสามารถยกเว้นได้ที่ระดับบัญชี บัญชีหนึ่งสามารถแนบเกณฑ์รายการคีย์เวิร์ดเชิงลบได้เพียง 1 เกณฑ์เท่านั้น
การแสดง JSON |
{
"sharedSet": string
} |
ช่อง |
sharedSet |
string
ชื่อทรัพยากรของชุดคีย์เวิร์ดเชิงลบListInfo
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-03-06 UTC
[null,null,["อัปเดตล่าสุด 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"]]