status property
The Advertiser-chosen status of this experiment. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : The value is unknown in this version.
- "ENABLED" : The experiment is enabled.
- "REMOVED" : The experiment has been removed.
- "HALTED" : The experiment has been halted. This status can be set from ENABLED status through API.
- "PROMOTED" : The experiment will be promoted out of experimental status.
- "SETUP" : Initial status of the experiment.
- "INITIATED" : The experiment's campaigns are pending materialization. This status can be set from SETUP status through API.
- "GRADUATED" : The experiment has been graduated.
Implementation
core.String? status;