AudienceInsightsAttributeMetadata

מאפיין של קהל, שכולל מטא-נתונים לגביו, שהוחזר בתגובה לחיפוש.

ייצוג JSON
{
  "dimension": enum (AudienceInsightsDimension),
  "attribute": {
    object (AudienceInsightsAttribute)
  },
  "displayName": string,
  "displayInfo": string,

  // Union field dimension_metadata can be only one of the following:
  "youtubeChannelMetadata": {
    object (YouTubeChannelAttributeMetadata)
  },
  "dynamicAttributeMetadata": {
    object (DynamicLineupAttributeMetadata)
  },
  "locationAttributeMetadata": {
    object (LocationAttributeMetadata)
  }
  // End of list of possible types for union field dimension_metadata.
}
שדות
dimension

enum (AudienceInsightsDimension)

סוג המאפיין.

attribute

object (AudienceInsightsAttribute)

המאפיין עצמו.

displayName

string

שם המאפיין, שקריא לבני-אדם.

displayInfo

string

מחרוזת שמוסיפה את displayName לזיהוי המאפיין. אם המאפיין הוא TOPIC, זהו תיאור קצר של הישות Knowledge Graph, למשל: 'זמר-יוצר וזמר אמריקאי'. אם המאפיין הוא CATEGORY, זהו הנתיב המלא לקטגוריה בטקסונומיה של המוצרים והשירות, לדוגמה: '/הלבשה/ביגוד/הלבשה תחתונה'.

שדה איחוד dimension_metadata. מטא-נתונים שהם ספציפיים למאפיין הזה. dimension_metadata יכול להיות רק אחד מהבאים:
youtubeChannelMetadata

object (YouTubeChannelAttributeMetadata)

מטא-נתונים מיוחדים לערוץ YouTube.

dynamicAttributeMetadata

object (DynamicLineupAttributeMetadata)

מטא-נתונים מיוחדים לחבילת ערוצים דינמית ב-YouTube.

locationAttributeMetadata

object (LocationAttributeMetadata)

מטא-נתונים מיוחדים למיקום.

YouTubeChannelAttributeMetadata

מטא-נתונים שמשויכים למאפיין של ערוץ YouTube.

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

string (int64 format)

המספר המשוער של מנויים לערוץ YouTube.

DynamicLineupAttributeMetadata

מטא-נתונים שמשויכים למאפיין של חבילת ערוצים דינמית.

ייצוג JSON
{
  "inventoryCountry": {
    object (LocationInfo)
  },
  "sampleChannels": [
    {
      object (SampleChannel)
    }
  ],
  "medianMonthlyInventory": string,
  "channelCountLowerBound": string,
  "channelCountUpperBound": string
}
שדות
inventoryCountry

object (LocationInfo)

השוק הלאומי שמשויך לחבילת הערוצים.

sampleChannels[]

object (SampleChannel)

דוגמאות לערוצים שכלולים בחבילת הערוצים.

medianMonthlyInventory

string (int64 format)

המספר החציוני של החשיפות בחודש בחבילת הערוצים הזו.

channelCountLowerBound

string (int64 format)

הקצה התחתון של טווח שמכיל את מספר הערוצים בחבילת הערוצים.

channelCountUpperBound

string (int64 format)

הקצה העליון של טווח שמכיל את מספר הערוצים בחבילת הערוצים.

SampleChannel

החזרת ערוץ YouTube כדוגמה לתוכן בחבילת ערוצים מסוימת.

ייצוג JSON
{
  "youtubeChannel": {
    object (YouTubeChannelInfo)
  },
  "displayName": string,
  "youtubeChannelMetadata": {
    object (YouTubeChannelAttributeMetadata)
  }
}
שדות
youtubeChannel

object (YouTubeChannelInfo)

ערוץ YouTube.

displayName

string

שם הערוץ לדוגמה.

youtubeChannelMetadata

object (YouTubeChannelAttributeMetadata)

מטא-נתונים של הערוץ לדוגמה.

LocationAttributeMetadata

מטא-נתונים המשויכים למאפיין 'מיקום'.

ייצוג JSON
{
  "countryLocation": {
    object (LocationInfo)
  }
}
שדות
countryLocation

object (LocationInfo)

המיקום של מדינת המשנה.