تنبيه: يتم عرض مستندات واجهة 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 . المعيار السلبي للعميل. يجب تعيين واحد بالضبط. يمكن أن يكون 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
معيار قائمة الكلمات الرئيسية السلبية يمثّل هذا النوع مجموعة مشتركة من الكلمات الرئيسية السلبية التي يمكن استبعادها على مستوى الحساب. لا يمكن إرفاق سوى معيار واحد لقائمة الكلمات الرئيسية السلبية لكل حساب.
تمثيل JSON |
{
"sharedSet": string
} |
الحقول |
sharedSet |
string
اسم المورد المشترك negativeKeywordListInfo
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-03-06 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-03-06 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]