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.