CampaignDraftStatus
Stay organized with collections
Save and categorize content based on your preferences.
Possible statuses of a campaign draft.
Enums |
UNSPECIFIED
|
The status has not been specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
PROPOSED
|
Initial state of the draft, the advertiser can start adding changes with no effect on serving. |
REMOVED
|
The campaign draft is removed. |
|
Advertiser requested to promote draft's changes back into the original campaign. Advertiser can poll the long running operation returned by the promote action to see the status of the promotion. |
|
The process to merge changes in the draft back to the original campaign has completed successfully. |
|
The promotion failed after it was partially applied. Promote cannot be attempted again safely, so the issue must be corrected in the original campaign. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["A campaign draft can have one of several statuses, including `PROPOSED`, `REMOVED`, `PROMOTING`, `PROMOTED`, and `PROMOTE_FAILED`."],["`PROPOSED` is the initial state where advertisers can edit without impacting live campaigns, while `REMOVED` signifies draft deletion."],["`PROMOTING` indicates an ongoing process to merge draft changes into the original campaign, and `PROMOTED` confirms successful completion."],["`PROMOTE_FAILED` represents a failed merge attempt requiring corrections in the original campaign before further action."],["Statuses like `UNSPECIFIED` and `UNKNOWN` are primarily for system use and indicate an undefined or unrecognized state."]]],[]]