enum NegotiationStatus (v202508)

  • NegotiationStatus represents a proposal's negotiation status for Marketplace.

  • This enumeration defines various states a proposal can be in during negotiation, including when it's seller-initiated, buyer-initiated, awaiting review from either party, only seller accepted, finalized, or cancelled.

  • The UNKNOWN status is used when the actual value is not exposed by the requested API version.

Represents the proposal's negotiation status for Marketplace.


Namespace
https://www.google.com/apis/ads/publisher/v202508
Enumeration Description
SELLER_INITIATED Indicates that a new Proposal has been created by the seller and has not been sent to Marketplace yet.
BUYER_INITIATED Indicates that a new Proposal has been created by the buyer and is awaiting seller action.
AWAITING_SELLER_REVIEW Indicates that a Proposal has been updated by the buyer and is awaiting seller approval.
AWAITING_BUYER_REVIEW Indicates that a Proposal has been updated by the seller and is awaiting buyer approval.
ONLY_SELLER_ACCEPTED Indicates that the seller has accepted the Proposal and is awaiting the buyer's acceptance.
FINALIZED Indicates that the Proposal has been accepted by both the buyer and the seller.
CANCELLED Indicates that negotiations for the Proposal have been cancelled.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.