abstract type ProposalAction (v202411)
Represents the actions that can be performed on Proposal objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 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 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."]]],["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"]]