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)

לא ניתן לשינוי. ContentLabel.

mobileApplication

object (MobileApplicationInfo)

לא ניתן לשינוי. MobileApplication.

mobileAppCategory

object (MobileAppCategoryInfo)

לא ניתן לשינוי. MobileAppCategory.

placement

object (PlacementInfo)

לא ניתן לשינוי. מיקום.

youtubeVideo

object (YouTubeVideoInfo)

לא ניתן לשינוי. סרטון ב-YouTube.

youtubeChannel

object (YouTubeChannelInfo)

לא ניתן לשינוי. ערוץ YouTube.

negativeKeywordList

object (NegativeKeywordListInfo)

לא ניתן לשינוי. NegativeKeywordList.

ipBlock

object (IpBlockInfo)

לא ניתן לשינוי. IPBLock

NegativeKeywordListInfo

קריטריון של רשימת מילות מפתח שליליות. מייצגת קבוצה משותפת של מילות מפתח שליליות שאפשר להחריג ברמת החשבון. אפשר לצרף רק קריטריון אחד של רשימת מילות מפתח שליליות לכל חשבון.

ייצוג ב-JSON
{
  "sharedSet": string
}
שדות
sharedSet

string

שם המשאב של הקבוצה המשותפת NegativeKeywordListInfo.