InsightsAudience

按各种特征进行定义的一组用户,可在 AudienceInsightsService 中请求对其的数据分析。

JSON 表示法
{
  "countryLocations": [
    {
      object (LocationInfo)
    }
  ],
  "subCountryLocations": [
    {
      object (LocationInfo)
    }
  ],
  "gender": {
    object (GenderInfo)
  },
  "ageRanges": [
    {
      object (AgeRangeInfo)
    }
  ],
  "parentalStatus": {
    object (ParentalStatusInfo)
  },
  "incomeRanges": [
    {
      object (IncomeRangeInfo)
    }
  ],
  "dynamicLineups": [
    {
      object (AudienceInsightsDynamicLineup)
    }
  ],
  "topicAudienceCombinations": [
    {
      object (InsightsAudienceAttributeGroup)
    }
  ]
}
字段
countryLocations[]

object (LocationInfo)

必需。受众群体所在的国家/地区。

subCountryLocations[]

object (LocationInfo)

国家/地区下级地理位置属性。如果存在,则每个元素必须包含在此受众群体的某个国家/地区中。如果缺少,则受众群体从地理位置上到 countryLocations,不再提供。

gender

object (GenderInfo)

观众的性别。如果不包含,则受众群体不会按性别进行限制。

ageRanges[]

object (AgeRangeInfo)

受众群体的年龄段。如果不包含,该受众群体表示所有年满 18 周岁且符合其他特征的用户。

parentalStatus

object (ParentalStatusInfo)

受众群体的育儿状况。如果不包含,受众群体不会受到育儿状况的限制。

incomeRanges[]

object (IncomeRangeInfo)

相应受众群体的家庭收入百分位范围。如果不包含,受众群体不会受家庭收入范围的限制。

dynamicLineups[]

object (AudienceInsightsDynamicLineup)

动态频道组,代表观众观看过的 YouTube 内容。

topicAudienceCombinations[]

object (InsightsAudienceAttributeGroup)

用于定义受众群体的实体、类别和用户兴趣属性的组合。组合采用 AND/OR 逻辑结构:每个 InsightsAudienceAttributeGroup 中的属性使用 OR 组合,组合本身使用 AND 组合在一起。例如,表达式“(Entity OR 兴趣相似的受众群体) AND (有购买意向 OR 类别)”可以使用两个 InsightsAudienceAttributeGroup(各自包含两个属性)形成。

InsightsAudienceAttributeGroup

AudienceInsightsAttributes 列表。

JSON 表示法
{
  "attributes": [
    {
      object (AudienceInsightsAttribute)
    }
  ]
}
字段
attributes[]

object (AudienceInsightsAttribute)

必需。一组将用逻辑“或”组合在一起的受众群体属性。属性不必全部是相同的维度。在此上下文中,仅支持知识图谱实体、产品和服务类别,以及兴趣相似的受众群体和有购买意向的受众群体。