expansionLevel property

String? expansionLevel
getter/setter pair

Expansion level, reflecting the size of the lookalike audience Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Invalid expansion level.
  • "NARROW" : Expansion to a small set of users that are similar to the seed lists
  • "BALANCED" : Expansion to a medium set of users that are similar to the seed lists. Includes all users of EXPANSION_LEVEL_NARROW, and more.
  • "BROAD" : Expansion to a large set of users that are similar to the seed lists. Includes all users of EXPANSION_LEVEL_BALANCED, and more.

Implementation

core.String? expansionLevel;