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)

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

ipBlock

object (IpBlockInfo)

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

NegativeKeywordListInfo

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

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

string

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