[[["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-08-20 UTC."],[[["The ProposalService allows for pausing programmatic proposals."],["This service provides various actions like archiving, discarding edits, reserving, and resuming proposals."],["A reason can be provided when pausing a proposal for documentation purposes."],["All ProposalService operations utilize the namespace `https://www.google.com/apis/ads/publisher/v202408`."]]],["The `ProposalService` uses `ProposalAction` to manage programmatic proposals. Key actions include: `ArchiveProposals`, `DiscardLocalVersionEdits`, `EditProposalsForNegotiation`, `PauseProposals`, `RequestBuyerAcceptance`, `RequestBuyerReview`, `ReserveProposals`, `ResumeProposals`, `TerminateNegotiations`, `UnarchiveProposals`, and `UpdateOrderWithSellerData`. `PauseProposals` specifically pauses proposals and requires a `reason` string to explain the pause. This service operates within the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"]]