SharedCriterion

קריטריון ששייך לקבוצה משותפת.

ייצוג JSON
{
  "resourceName": string,
  "type": enum (CriterionType),
  "sharedSet": string,
  "criterionId": string,

  // Union field criterion can be only one of the following:
  "keyword": {
    object (KeywordInfo)
  },
  "youtubeVideo": {
    object (YouTubeVideoInfo)
  },
  "youtubeChannel": {
    object (YouTubeChannelInfo)
  },
  "placement": {
    object (PlacementInfo)
  },
  "mobileAppCategory": {
    object (MobileAppCategoryInfo)
  },
  "mobileApplication": {
    object (MobileApplicationInfo)
  }
  // End of list of possible types for union field criterion.
}
שדות
resourceName

string

לא ניתן לשינוי. שם המשאב של הקריטריון המשותף. שמות המשאבים של הקבוצה המשותפת מופיעים בתבנית:

customers/{customerId}/sharedCriteria/{shared_set_id}~{criterionId}

type

enum (CriterionType)

פלט בלבד. סוג הקריטריון.

sharedSet

string

לא ניתן לשינוי. הקבוצה המשותפת שאליה שייך הקריטריון המשותף.

criterionId

string (int64 format)

פלט בלבד. מזהה הקריטריון.

המערכת מתעלמת משדה זה למוטציות.

שדה איחוד criterion. הקריטריון.

חובה להגדיר ערך אחד בדיוק. criterion יכול להיות רק אחד מהבאים:

keyword

object (KeywordInfo)

לא ניתן לשינוי. מילת מפתח.

youtubeVideo

object (YouTubeVideoInfo)

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

youtubeChannel

object (YouTubeChannelInfo)

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

placement

object (PlacementInfo)

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

mobileAppCategory

object (MobileAppCategoryInfo)

לא ניתן לשינוי. קטגוריית אפליקציה לנייד.

mobileApplication

object (MobileApplicationInfo)

לא ניתן לשינוי. אפליקציה לנייד.