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-02-20 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-02-20 UTC."],[[["A campaign draft can have one of several statuses, including `PROPOSED`, `REMOVED`, `PROMOTING`, `PROMOTED`, and `PROMOTE_FAILED`."],["`PROPOSED` is the initial state, allowing for changes without impacting serving, while `REMOVED` signifies deletion of the draft."],["`PROMOTING` indicates an ongoing promotion of draft changes to the original campaign, and `PROMOTED` signifies successful completion of this process."],["`PROMOTE_FAILED` represents a failed promotion attempt, requiring issue resolution in the original campaign before further action."]]],[]]