goalConfigLevel property

String? goalConfigLevel
getter/setter pair

The level of goal config the campaign is using. Possible string values are:

  • "UNSPECIFIED" : The goal config level has not been specified.
  • "UNKNOWN" : The goal config level is not known in this version.
  • "CUSTOMER" : The goal config is defined at the customer level.
  • "CAMPAIGN" : The goal config is defined at the campaign level.

Implementation

core.String? goalConfigLevel;