[[["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 2024-11-19 UTC."],[[["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."]]],["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"]]