זהירות: אתה צופה בתיעוד עבור ממשק ה-API ל-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 )
בלתי ניתן לשינוי. 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 (שעון 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"]]