Service
TrialService
Dependencies
Trial
▼
TrialStatus
Status of a trial.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201809
Enumeration | Description |
---|---|
UNKNOWN
|
Invalid status. Should not be used except for detecting values that are incorrect, or values that are not yet known to the user. |
CREATING
|
The trial campaign is being created. |
ACTIVE
|
The trial campaign is fully created. The trial is currently running, scheduled to run in the future or has ended based on its end date.The advertiser cannot set this status directly. A trial with the status CREATING will be updated to ACTIVE when it is fully created. |
PROMOTING
|
The advertiser requested to merge changes in the trial back into the original campaigns. The update to the original campaign will be kicked off asynchronously and the status will be updated to PROMOTED or PROMOTE_FAILED upon completion. |
PROMOTED
|
The process to merge changes in the trial back to the original campaign has completedly successfully. The advertiser cannot set this status directly. To move the trial to this status, set the trial to status PROMOTING and the status will be updated to PROMOTED when the changes are applied to the original campaign. |
ARCHIVED
|
The advertiser archived the campaign trial. |
CREATION_FAILED
|
The trial campaign failed to create. More details about the errors are available through getErrors in the TrialService API.The advertiser cannot set this status directly. |
PROMOTE_FAILED
|
The promotion failed after it was partially applied. Promote cannot be attempted again safely, so the issue must be corrected in the original campaign. More details about the errors are available through getErrors in the TrialService API.The advertiser cannot set this status directly. To promote the trial, set the trial in state PROMOTING and the status will be updated to PROMOTE_FAILED if errors are encountered while applying changes to the original campaign. |
GRADUATED
|
The advertiser has graduated the trial campaign to a standalone campaign, existing independently of the trial. |
HALTED
|
The advertiser has halted the trial. |