ConversionCustomVariableStatus

  • This content lists the possible statuses of a conversion custom variable.

  • Possible statuses include UNSPECIFIED, UNKNOWN, ACTIVATION_NEEDED, ENABLED, and PAUSED.

  • ACTIVATION_NEEDED means the variable is pending activation and won't accrue stats until ENABLED.

  • ENABLED indicates the variable is active and will accrue stats.

  • PAUSED means the variable is paused and won't accrue stats until ENABLED again.

Possible statuses of a conversion custom variable.

Enums

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.