AI-generated Key Takeaways
-
This content lists the possible statuses of a conversion custom variable.
-
Possible statuses include
UNSPECIFIED
,UNKNOWN
,ACTIVATION_NEEDED
,ENABLED
, andPAUSED
. -
ACTIVATION_NEEDED
means the variable is pending activation and won't accrue stats untilENABLED
. -
ENABLED
indicates the variable is active and will accrue stats. -
PAUSED
means the variable is paused and won't accrue stats untilENABLED
again.
Possible statuses of a conversion custom variable.
Enums | |
---|---|
|
Not specified. |
|
Used for return value only. Represents value unknown in this version. |
|
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. |
|
The conversion custom variable is enabled and will accrue stats. |
|
The conversion custom variable is paused and will not accrue stats until set to ENABLED again. |