Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.

AudienceInsightsAttribute

An audience attribute that can be used to request insights about the audience.

JSON representation
{

  // Union field attribute can be only one of the following:
  "ageRange": {
    object (AgeRangeInfo)
  },
  "gender": {
    object (GenderInfo)
  },
  "location": {
    object (LocationInfo)
  },
  "userInterest": {
    object (UserInterestInfo)
  },
  "entity": {
    object (AudienceInsightsEntity)
  },
  "category": {
    object (AudienceInsightsCategory)
  },
  "dynamicLineup": {
    object (AudienceInsightsDynamicLineup)
  },
  "parentalStatus": {
    object (ParentalStatusInfo)
  },
  "incomeRange": {
    object (IncomeRangeInfo)
  },
  "youtubeChannel": {
    object (YouTubeChannelInfo)
  }
  // End of list of possible types for union field attribute.
}
Fields
Union field attribute. An audience attribute. attribute can be only one of the following:
ageRange

object (AgeRangeInfo)

An audience attribute defined by an age range.

gender

object (GenderInfo)

An audience attribute defined by a gender.

location

object (LocationInfo)

An audience attribute defined by a geographic location.

userInterest

object (UserInterestInfo)

An Affinity or In-Market audience.

entity

object (AudienceInsightsEntity)

An audience attribute defined by interest in a topic represented by a Knowledge Graph entity.

category

object (AudienceInsightsCategory)

An audience attribute defined by interest in a Product & Service category.

dynamicLineup

object (AudienceInsightsDynamicLineup)

A YouTube Dynamic Lineup

parentalStatus

object (ParentalStatusInfo)

A Parental Status value (parent, or not a parent).

incomeRange

object (IncomeRangeInfo)

A household income percentile range.

youtubeChannel

object (YouTubeChannelInfo)

A YouTube channel.