AudienceInsightsAttributeMetadata

为响应搜索而返回的受众群体属性及其相关元数据。

JSON 表示法
{
  "dimension": enum (AudienceInsightsDimension),
  "attribute": {
    object (AudienceInsightsAttribute)
  },
  "displayName": string,
  "score": number,
  "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

人类可读的属性名称。

score

number

此属性的相关性得分,介于 0 和 1 之间。

displayInfo

string

用于补充 displayName 以标识属性的字符串。如果维度为“TOPIC”,则表示对知识图谱实体的简要说明(如“American singer-songwriter”)。如果维度为“类别”,则此路径为“产品和服务”类目中相应类别的完整路径,例如“/服饰/服装/外套”。

联合字段 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)

子国家/地区位置对应的国家/地区位置。