Service
DraftService
Dependencies
Draft
▼
DraftStatus
Status of a draft.
- 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. |
PROPOSED
|
Initial state of the draft, the advertiser can start adding changes with no effect on serving. |
PROMOTED
|
The process to merge changes in the draft back to the original campaign has completedly successfully. The advertiser cannot set this status directly. To move the draft to this status, set the draft to status PROMOTING and the status will be updated to PROMOTED when the changes are applied to the original campaign. |
PROMOTING
|
The advertiser requested to merge changes in the draft 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. |
ARCHIVED
|
The advertiser has archived the draft. |
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 DraftService API.The advertiser cannot set this status directly. To promote the draft, set the draft in state PROMOTING and the status will be updated to PROMOTE_FAILED if errors are encountered while applying changes to the original campaign. |