dimension property

String? dimension
getter/setter pair

The type of the attributes in this section. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "CATEGORY" : A Product & Service category.
  • "KNOWLEDGE_GRAPH" : A Knowledge Graph entity.
  • "GEO_TARGET_COUNTRY" : A country, represented by a geo target.
  • "SUB_COUNTRY_LOCATION" : A geographic location within a country.
  • "YOUTUBE_CHANNEL" : A YouTube channel.
  • "AFFINITY_USER_INTEREST" : An Affinity UserInterest.
  • "IN_MARKET_USER_INTEREST" : An In-Market UserInterest.
  • "PARENTAL_STATUS" : A Parental Status value (parent, or not a parent).
  • "INCOME_RANGE" : A household income percentile range.
  • "AGE_RANGE" : An age range.
  • "GENDER" : A gender.
  • "YOUTUBE_VIDEO" : A YouTube video.
  • "DEVICE" : A device type, such as Mobile, Desktop, Tablet, and Connected TV.
  • "YOUTUBE_LINEUP" : A YouTube Lineup.
  • "USER_LIST" : A User List.
  • "LIFE_EVENT_USER_INTEREST" : A Life Event UserInterest.

Implementation

core.String? dimension;