احتیاط: شما در حال مشاهده اسناد رابط 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 ) تغییرناپذیر. اپلیکیشن موبایل. |
mobileAppCategory | object ( MobileAppCategoryInfo ) تغییرناپذیر. Mobile App Category. |
placement | object ( PlacementInfo ) تغییرناپذیر. قرار دادن. |
youtubeVideo | object ( YouTubeVideoInfo ) تغییرناپذیر. ویدیوی یوتیوب. |
youtubeChannel | object ( YouTubeChannelInfo ) تغییرناپذیر. کانال یوتیوب. |
negativeKeywordList | object ( NegativeKeywordListInfo ) تغییرناپذیر. Negative Keyword List. |
ipBlock | object ( IpBlockInfo ) تغییرناپذیر. IPBLlock |
NegativeKeywordListInfo
یک معیار فهرست کلیدواژه منفی مجموعه ای مشترک از کلمات کلیدی منفی را نشان می دهد که می توانند در سطح حساب حذف شوند. تنها یک معیار فهرست کلیدواژه منفی را می توان به هر حساب پیوست کرد.
نمایندگی JSON |
---|
{
"sharedSet": string
} |
فیلدها |
---|
sharedSet | string NegativeKeywordListInfo نام منبع مجموعه را به اشتراک گذاشت. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-03-07 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-03-07 بهوقت ساعت هماهنگ جهانی."],[[["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"]]