type EditProposalsForNegotiation (v202405)
Opens the fields of a Proposal for edit.
This proposal will not receive updates from Marketplace while
it's open for edit. If the buyer updates the proposal while it is
open for local editing, Google will set ProposalMarketplaceInfo.isNewVersionFromBuyer to true
. You
will then need to call DiscardProposalDrafts
to revert your
edits to get the buyer's latest changes, and then perform this
action to start making your edits again.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
ProposalAction (inherited)
|
EditProposalsForNegotiation
|
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 publishers to manage proposals, including archiving, pausing, resuming, and reserving them."],["`EditProposalsForNegotiation` opens a proposal for editing by the publisher, temporarily halting updates from the Marketplace."],["When a buyer updates a proposal during local editing by the publisher, Google flags it, requiring the publisher to discard their drafts to incorporate the buyer's changes before editing again."],["The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `ProposalService` includes the `ProposalAction` which encompasses various actions such as `ArchiveProposals`, `DiscardLocalVersionEdits`, `EditProposalsForNegotiation`, `PauseProposals`, `RequestBuyerAcceptance`, `RequestBuyerReview`, `ReserveProposals`, `ResumeProposals`, `TerminateNegotiations`, `UnarchiveProposals`, and `UpdateOrderWithSellerData`. `EditProposalsForNegotiation` opens a proposal for editing, temporarily pausing updates from the Marketplace. If the buyer updates, `DiscardProposalDrafts` is necessary to revert to their changes.\n"]]