abstract type ProposalAction (v202405)
Represents the actions that can be performed on Proposal objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["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 are executed using the `performProposalAction()` method."],["The service operates within the `https://www.google.com/apis/ads/publisher/v202405` namespace."],["Developers can use this service to manage the lifecycle of proposals within Google Ad Manager."]]],["The `ProposalService` enables actions on `Proposal` objects via `performProposalAction()`. `ProposalAction` includes methods like `ArchiveProposals`, `DiscardLocalVersionEdits`, `EditProposalsForNegotiation`, `PauseProposals`, `RequestBuyerAcceptance`, `RequestBuyerReview`, `ReserveProposals`, `ResumeProposals`, `TerminateNegotiations`, `UnarchiveProposals`, and `UpdateOrderWithSellerData`. These actions cover managing, updating, negotiating, and controlling the lifecycle of proposals. The service operates within the `https://www.google.com/apis/ads/publisher/v202405` namespace.\n"]]