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)

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