SearchAttributes

The audience attributes (such as Age, Gender, Affinity, and In-Market) and creator attributes (such as creator's content topics) used to search for top creators.

Proto definition GitHub

Fields

audience_attributes[]

AudienceInsightsAttribute

Optional. Audience attributes that describe an audience of viewers. This is used to search for creators whose own viewers match the input audience. Attributes age_range, gender, user_interest, entity, category, device, parental_status, and income_range are supported. Attribute location is not 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.

creator_attributes[]

AudienceInsightsAttribute

Optional. Creator attributes that describe a collection of types of content. This is used to search for creators whose content matches the input creator attributes. Only Knowledge Graph Entities tagged with CREATOR_ATTRIBUTE are supported. Use AudienceInsightsService.ListAudienceInsightsAttributes to get the list of supported entities. Other attributes including location are not supported.