status property

String? status
getter/setter pair

The status of the conversion custom variable for conversion event accrual. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ACTIVATION_NEEDED" : The conversion custom variable is pending activation and will not accrue stats until set to ENABLED. This status can't be used in CREATE and UPDATE requests.
  • "ENABLED" : The conversion custom variable is enabled and will accrue stats.
  • "PAUSED" : The conversion custom variable is paused and will not accrue stats until set to ENABLED again.

Implementation

core.String? status;