targetingExpansionLevel property

String? targetingExpansionLevel
getter/setter pair

Whether optimized targeting is turned on.

This field supports the following values: * NO_EXPANSION: optimized targeting is turned off * LEAST_EXPANSION: optimized targeting is turned on If this field is set to any other value, it will automatically be set to LEAST_EXPANSION. NO_EXPANSION will be the default value for the field and will be automatically assigned if you do not set the field.

Required. Possible string values are:

  • "TARGETING_EXPANSION_LEVEL_UNSPECIFIED" : The optimized targeting setting is not specified or is unknown in this version.
  • "NO_EXPANSION" : Optimized targeting is off.
  • "LEAST_EXPANSION" : Optimized targeting is on.
  • "SOME_EXPANSION" : If used, will automatically be set to LEAST_EXPANSION.
  • "BALANCED_EXPANSION" : If used, will automatically be set to LEAST_EXPANSION.
  • "MORE_EXPANSION" : If used, will automatically be set to LEAST_EXPANSION.
  • "MOST_EXPANSION" : If used, will automatically be set to LEAST_EXPANSION.

Implementation

core.String? targetingExpansionLevel;