enum ProposalStatus (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Describes the Proposal status.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
DRAFT
|
Indicates that the Proposal has just been created or retracted but no approval
has been requested yet.
|
PENDING_APPROVAL
|
Indicates that a request for approval has been made for the Proposal.
|
APPROVED
|
Indicates that the Proposal has been approved and is ready to serve.
|
REJECTED
|
Indicates that the Proposal has been rejected in the approval workflow.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
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 2025-08-06 UTC.
[null,null,["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. |"]]