abstract type ProposalAction (v202408)
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/v202408
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 ProposalService allows for various actions to be performed on Proposal objects, such as archiving, pausing, resuming, and requesting buyer acceptance.\u003c/p\u003e\n"],["\u003cp\u003eThese actions are represented by the ProposalAction object and its inheritances like ArchiveProposals, PauseProposals, and RequestBuyerAcceptance.\u003c/p\u003e\n"],["\u003cp\u003eThe ProposalService operates within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the \u003ccode\u003eperformProposalAction()\u003c/code\u003e method to execute these actions on proposals within Google Ad Manager.\u003c/p\u003e\n"]]],["The `ProposalService` enables actions on `Proposal` objects via `performProposalAction()`. These actions, part of `ProposalAction`, include archiving, unarchiving, discarding local edits, negotiating, pausing, resuming, requesting buyer acceptance or review, reserving, and terminating negotiations. It also supports updating orders with seller data. All these functionalities operate under the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# abstract type ProposalAction (v202408)\n\n**Service** \n**ProposalService** **Dependencies** \n[performProposalAction()](/ad-manager/api/reference/v202408/ProposalService#performProposalAction) \n▼\n**ProposalAction** **Inheritance** \n**ProposalAction** \n▼\n[ArchiveProposals](/ad-manager/api/reference/v202408/ProposalService.ArchiveProposals) [DiscardLocalVersionEdits](/ad-manager/api/reference/v202408/ProposalService.DiscardLocalVersionEdits) [EditProposalsForNegotiation](/ad-manager/api/reference/v202408/ProposalService.EditProposalsForNegotiation) [PauseProposals](/ad-manager/api/reference/v202408/ProposalService.PauseProposals) [RequestBuyerAcceptance](/ad-manager/api/reference/v202408/ProposalService.RequestBuyerAcceptance) [RequestBuyerReview](/ad-manager/api/reference/v202408/ProposalService.RequestBuyerReview) [ReserveProposals](/ad-manager/api/reference/v202408/ProposalService.ReserveProposals) [ResumeProposals](/ad-manager/api/reference/v202408/ProposalService.ResumeProposals) [TerminateNegotiations](/ad-manager/api/reference/v202408/ProposalService.TerminateNegotiations) [UnarchiveProposals](/ad-manager/api/reference/v202408/ProposalService.UnarchiveProposals) [UpdateOrderWithSellerData](/ad-manager/api/reference/v202408/ProposalService.UpdateOrderWithSellerData)\n\nRepresents the actions that can be performed on [Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---|---|"]]