সতর্কতা: আপনি API এর REST ইন্টারফেসের জন্য ডকুমেন্টেশন দেখছেন। আমাদের বেশিরভাগ অফিসিয়াল ক্লায়েন্ট লাইব্রেরি জিআরপিসি ব্যবহার করে। বিস্তারিত জানার জন্য
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 ) অপরিবর্তনীয়। ইউটিউব ভিডিও। |
youtubeChannel | object ( YouTubeChannelInfo ) অপরিবর্তনীয়। ইউটিউব চ্যানেল। |
negativeKeywordList | object ( NegativeKeywordListInfo ) অপরিবর্তনীয়। নেতিবাচক কীওয়ার্ড তালিকা। |
ipBlock | object ( IpBlockInfo ) অপরিবর্তনীয়। আইপিবিলক |
নেতিবাচক কীওয়ার্ড তালিকা তথ্য
একটি নেতিবাচক কীওয়ার্ড তালিকার মানদণ্ড। নেতিবাচক কীওয়ার্ডগুলির একটি ভাগ করা সেটকে প্রতিনিধিত্ব করে যা অ্যাকাউন্ট-স্তরে বাদ দেওয়া যেতে পারে। প্রতি অ্যাকাউন্টে শুধুমাত্র একটি নেতিবাচক কীওয়ার্ড তালিকার মানদণ্ড সংযুক্ত করা যেতে পারে।
JSON প্রতিনিধিত্ব |
---|
{
"sharedSet": string
} |
ক্ষেত্র |
---|
sharedSet | string NegativeKeywordListInfo শেয়ার করা সেট রিসোর্স নাম। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-03-07 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-03-07 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"]]