status property

String? status
getter/setter pair

The status of the custom conversion goal. Possible string values are:

  • "UNSPECIFIED" : The status has not been specified.
  • "UNKNOWN" : The received value is not known in this version.
  • "ENABLED" : The custom conversion goal is enabled.
  • "REMOVED" : The custom conversion goal is removed.

Implementation

core.String? status;