abstract type ProposalAction (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eProposalService\u003c/code\u003e allows for various actions to be performed on \u003ccode\u003eProposal\u003c/code\u003e objects, such as archiving, discarding edits, and requesting buyer acceptance.\u003c/p\u003e\n"],["\u003cp\u003eThese actions are represented by the \u003ccode\u003eProposalAction\u003c/code\u003e type and its subtypes like \u003ccode\u003eArchiveProposals\u003c/code\u003e, \u003ccode\u003eDiscardLocalVersionEdits\u003c/code\u003e, and others.\u003c/p\u003e\n"],["\u003cp\u003eThe service operates within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis service is primarily for managing the lifecycle and state of proposals within the Ad Manager system.\u003c/p\u003e\n"]]],["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"],null,["# abstract type ProposalAction (v202411)\n\n**Service** \n**ProposalService** **Dependencies** \n[performProposalAction()](/ad-manager/api/reference/v202411/ProposalService#performProposalAction) \n▼\n**ProposalAction** **Inheritance** \n**ProposalAction** \n▼\n[ArchiveProposals](/ad-manager/api/reference/v202411/ProposalService.ArchiveProposals) [DiscardLocalVersionEdits](/ad-manager/api/reference/v202411/ProposalService.DiscardLocalVersionEdits) [EditProposalsForNegotiation](/ad-manager/api/reference/v202411/ProposalService.EditProposalsForNegotiation) [PauseProposals](/ad-manager/api/reference/v202411/ProposalService.PauseProposals) [RequestBuyerAcceptance](/ad-manager/api/reference/v202411/ProposalService.RequestBuyerAcceptance) [RequestBuyerReview](/ad-manager/api/reference/v202411/ProposalService.RequestBuyerReview) [ReserveProposals](/ad-manager/api/reference/v202411/ProposalService.ReserveProposals) [ResumeProposals](/ad-manager/api/reference/v202411/ProposalService.ResumeProposals) [TerminateNegotiations](/ad-manager/api/reference/v202411/ProposalService.TerminateNegotiations) [UnarchiveProposals](/ad-manager/api/reference/v202411/ProposalService.UnarchiveProposals) [UpdateOrderWithSellerData](/ad-manager/api/reference/v202411/ProposalService.UpdateOrderWithSellerData)\n\nRepresents the actions that can be performed on [Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|---|---|"]]