[[["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."],[[["\u003cp\u003eProposalStatus describes the status of a Proposal within the Google Ad Manager system.\u003c/p\u003e\n"],["\u003cp\u003eThe status can be one of Draft, Pending Approval, Approved, Rejected, or Unknown, each reflecting a different stage in the proposal's lifecycle.\u003c/p\u003e\n"],["\u003cp\u003eA Proposal in Draft status has not yet been submitted for approval, while a Pending Approval status means it is awaiting review.\u003c/p\u003e\n"],["\u003cp\u003eApproved Proposals are ready to serve ads, while Rejected Proposals have been declined in the approval process.\u003c/p\u003e\n"],["\u003cp\u003eThe Unknown status is used when the actual status is not available through the requested API version.\u003c/p\u003e\n"]]],["The `ProposalStatus` enumeration outlines the state of a `Proposal` within the `ProposalService`. Possible statuses include `DRAFT` (new or retracted, unapproved), `PENDING_APPROVAL` (approval requested), `APPROVED` (ready to serve), `REJECTED` (denied in approval), and `UNKNOWN` (status not available in the API version). This defines the different phases of a Proposal and it's approval workflow.\n"],null,["# enum ProposalStatus (v202411)\n\n**Service** \n**ProposalService** **Dependencies** \n[Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal) \n▼\n**ProposalStatus**\n\nDescribes the [Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal) status.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `DRAFT` | Indicates that the [Proposal](/ad-manager/api/reference/v202411/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/v202411/ProposalService.Proposal). |\n| `APPROVED` | Indicates that the [Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal) has been approved and is ready to serve. |\n| `REJECTED` | Indicates that the [Proposal](/ad-manager/api/reference/v202411/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. |"]]