Possible statuses of a campaign experiment.
Enums | |
---|---|
|
The status has not been specified. |
|
Used for return value only. Represents value unknown in this version. |
|
The experiment campaign is being initialized. |
|
Initialization of the experiment campaign failed. |
|
The experiment campaign is fully initialized. The experiment is currently running, scheduled to run in the future or has ended based on its end date. An experiment with the status INITIALIZING will be updated to ENABLED when it is fully created. |
|
The experiment campaign was graduated to a stand-alone campaign, existing independently of the experiment. |
|
The experiment is removed. |
|
The experiment's changes are being applied to the original campaign. The long running operation returned by the promote method can be polled to see the status of the promotion. |
|
Promote of the experiment campaign failed. |
|
The changes of the experiment are promoted to their original campaign. |
|
The experiment was ended manually. It did not end based on its end date. |