चेतावनी: आप एपीआई के REST इंटरफ़ेस के बारे में दस्तावेज़ देख रहे हैं. हमारी ज़्यादातर आधिकारिक क्लाइंट लाइब्रेरी, 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 . ग्राहक की नेगेटिव शर्त. सटीक रूप से एक सेट होना चाहिए. criterion इनमें से सिर्फ़ एक हो सकता है: |
contentLabel |
object (ContentLabelInfo )
इम्यूटेबल. सामग्री लेबल.
|
mobileApplication |
object (MobileApplicationInfo )
इम्यूटेबल. मोबाइल ऐप्लिकेशन.
|
mobileAppCategory |
object (MobileAppCategoryInfo )
इम्यूटेबल. मोबाइल ऐप्लिकेशन श्रेणी.
|
placement |
object (PlacementInfo )
इम्यूटेबल. प्लेसमेंट.
|
youtubeVideo |
object (YouTubeVideoInfo )
इम्यूटेबल. YouTube वीडियो.
|
youtubeChannel |
object (YouTubeChannelInfo )
इम्यूटेबल. YouTube चैनल.
|
negativeKeywordList |
object (NegativeKeywordListInfo )
इम्यूटेबल. नेगेटिवकीवर्डलिस्ट.
|
ipBlock |
object (IpBlockInfo )
इम्यूटेबल. IPBLock
|
NegativeKeywordListInfo
नेगेटिव कीवर्ड सूची की शर्त. यह नेगेटिव कीवर्ड के शेयर किए गए ऐसे सेट को दिखाता है जिसे खाता लेवल पर बाहर रखा जा सकता है. प्रति खाता केवल एक नकारात्मक कीवर्ड सूची मानदंड अटैच किया जा सकता है.
JSON के काेड में दिखाना |
{
"sharedSet": string
} |
फ़ील्ड |
sharedSet |
string
नेगेटिव कीवर्डलिस्टइन के शेयर किए गए सेट संसाधन का नाम.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]