SearchAudience

A collection of audience attributes that describe an audience of viewers. This is used to search for topics trending for the defined audience.

Proto definition GitHub

Fields

audience_attributes[]

AudienceInsightsAttribute

Required. Audience attributes that describe an audience of viewers. This is used to search for topics trending for the defined audience. Attributes age_range, gender, user_interest, entity, category, parental_status, and income_range are supported. Attributes user_interest, entity, and category can only be set in audience_attributes when audience_combinations is unused.

audience_combinations[]

InsightsAudienceAttributeGroup

Optional. A list of audience attribute groups consisting of one or more Knowledge Graph entities, Product & Service Categories and user interests that describes an audience. The groups have a logical AND-of-ORs structure:

  1. Attributes within each InsightsAudienceAttributeGroup are combined with OR.

  2. The groups themselves are combined together with AND.

For example, an audience (Interest A OR Interest B) AND (Entity C) is represented using two groups. The first group contains the two interests and the second group contains the entity.

This field cannot be set if any Knowledge Graph entities, Product & Service Categories, or user interests are specified in audience_attributes.