enum ProposalStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Describes the Proposal status.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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\u003e\u003ccode\u003eProposalStatus\u003c/code\u003e defines the different states a Proposal can be in within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThese states range from initial creation (\u003ccode\u003eDRAFT\u003c/code\u003e) to pending approval, approved, rejected, or an unknown status.\u003c/p\u003e\n"],["\u003cp\u003eEach status indicates the Proposal's progression in the workflow, from creation to readiness for serving ads.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for \u003ccode\u003eProposalStatus\u003c/code\u003e is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ProposalStatus` enumeration describes the state of a `Proposal` within the `ProposalService`. Possible statuses include: `DRAFT` (new or retracted, not yet submitted for approval), `PENDING_APPROVAL` (approval requested), `APPROVED` (approved and ready), `REJECTED` (rejected in the workflow), and `UNKNOWN` (status not available in the requested API version). The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum ProposalStatus (v202408)\n\n**Service** \n**ProposalService** **Dependencies** \n[Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal) \n▼\n**ProposalStatus**\n\nDescribes the [Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal) status.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `DRAFT` | Indicates that the [Proposal](/ad-manager/api/reference/v202408/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/v202408/ProposalService.Proposal). |\n| `APPROVED` | Indicates that the [Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal) has been approved and is ready to serve. |\n| `REJECTED` | Indicates that the [Proposal](/ad-manager/api/reference/v202408/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. |"]]