AI-generated Key Takeaways
- 
          
NegotiationStatus represents the negotiation status of a proposal for Marketplace.
 - 
          
Different enumeration values like
SELLER_INITIATED,BUYER_INITIATED,AWAITING_SELLER_REVIEW,AWAITING_BUYER_REVIEW,ONLY_SELLER_ACCEPTED,FINALIZED, andCANCELLEDindicate specific stages of the negotiation process. - 
          
The
UNKNOWNvalue is returned 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/v202505 
| 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. |