Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The ProposalService allows for various actions to be performed on Proposal objects, such as archiving, discarding edits, and requesting buyer acceptance.
These actions are represented by the ProposalAction type and its subtypes like ArchiveProposals, DiscardLocalVersionEdits, and others.
The service operates within the namespace https://www.google.com/apis/ads/publisher/v202411.
This service is primarily for managing the lifecycle and state of proposals within the Ad Manager system.
[[["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 2025-08-06 UTC."],[],["The `ProposalService` enables actions on `Proposal` objects via `performProposalAction()`. `ProposalAction` includes operations like `ArchiveProposals`, `DiscardLocalVersionEdits`, `EditProposalsForNegotiation`, `PauseProposals`, `RequestBuyerAcceptance`, `RequestBuyerReview`, `ReserveProposals`, `ResumeProposals`, `TerminateNegotiations`, `UnarchiveProposals`, and `UpdateOrderWithSellerData`. These actions, accessible through the `performProposalAction` method, facilitate management and modification of proposals within the system. The provided namespace for these services is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]