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_NEEDEDmeans the variable is pending activation and won't accrue stats untilENABLED.
- 
          ENABLEDindicates the variable is active and will accrue stats.
- 
          PAUSEDmeans the variable is paused and won't accrue stats untilENABLEDagain.
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. |