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 Affinity) AND (In-Market OR Category) 可以使用两个 InsightsAudienceAttributeGroup 组成,每个两个属性。

InsightsAudienceAttributeGroup

AudienceInsightsAttributes 列表。

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

object (AudienceInsightsAttribute)

必需。一组将通过逻辑“或”组合的受众群体属性。属性不必都相同。在这种情况下,仅支持知识图谱实体、产品和服务类别以及兴趣相似的受众群体和有购买意向的受众群体。