AI-generated Key Takeaways
-
EditProposalsForNegotiation
is aProposalAction
that opens proposal fields for editing and prevents updates from Marketplace during the edit session. -
While a proposal is open for local editing using
EditProposalsForNegotiation
, any buyer updates will be indicated byProposalMarketplaceInfo.isNewVersionFromBuyer
being set totrue
. -
To incorporate buyer updates when a proposal is being edited locally, you must first call
DiscardProposalDrafts
to discard local edits and then re-apply theEditProposalsForNegotiation
action. -
The
EditProposalsForNegotiation
action is part of theProposalService
and is defined within thehttps://www.google.com/apis/ads/publisher/v202502
namespace.
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/v202502
Field |
|
---|---|
ProposalAction (inherited)
|
|
EditProposalsForNegotiation
|