[[["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 2025-08-06 UTC."],[],["The core content details the `ProposalStatus` enumeration within the `ProposalService` namespace. This status reflects the state of a `Proposal`, which is a dependency of `ProposalService`. The possible statuses are: `DRAFT` (new or retracted), `PENDING_APPROVAL` (approval requested), `APPROVED` (ready to serve), `REJECTED` (approval denied), and `UNKNOWN` (value not exposed by the API version). Each status is directly linked to a `Proposal`'s lifecycle and its approval process.\n"],null,["# enum ProposalStatus (v202502)\n\n**Service** \n**ProposalService** **Dependencies** \n[Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal) \n▼\n**ProposalStatus**\n\nDescribes the [Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal) status.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `DRAFT` | Indicates that the [Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal) has just been created or retracted but no approval has been requested yet. |\n| `PENDING_APPROVAL` | Indicates that a request for approval has been made for the [Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal). |\n| `APPROVED` | Indicates that the [Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal) has been approved and is ready to serve. |\n| `REJECTED` | Indicates that the [Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal) has been rejected in the approval workflow. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]