[[["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-02-13 UTC."],[[["`ProposalStatus` describes the state of a Proposal in the Google Ad Manager system, indicating its progression through the workflow."],["The status values include `DRAFT`, `PENDING_APPROVAL`, `APPROVED`, `REJECTED`, and `UNKNOWN`, reflecting the proposal's stage of creation and approval."],["A proposal can be in a `DRAFT` state initially, move to `PENDING_APPROVAL` when submitted, become `APPROVED` if accepted, or `REJECTED` if declined, with `UNKNOWN` serving as a fallback for unspecified statuses."]]],["The core content describes the `ProposalStatus` enumeration within the `ProposalService` namespace. This status reflects the state of a `Proposal`, which is a dependency of `ProposalService`. The possible statuses are: `DRAFT` (new or retracted, unapproved), `PENDING_APPROVAL` (approval requested), `APPROVED` (ready to serve), `REJECTED` (disapproved), and `UNKNOWN` (value not exposed by the API version). These statuses represent key actions in the proposal workflow.\n"]]