enum ProposalStatus (v202411)

  • ProposalStatus describes the status of a Proposal within the Google Ad Manager system.

  • The status can be one of Draft, Pending Approval, Approved, Rejected, or Unknown, each reflecting a different stage in the proposal's lifecycle.

  • A Proposal in Draft status has not yet been submitted for approval, while a Pending Approval status means it is awaiting review.

  • Approved Proposals are ready to serve ads, while Rejected Proposals have been declined in the approval process.

  • The Unknown status is used when the actual status is not available through the requested API version.

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.