AI-generated Key Takeaways
-
NegotiationStatus
represents the negotiation status of a Proposal for Marketplace, outlining the different stages of a proposal's lifecycle. -
This enumeration includes statuses such as
SELLER_INITIATED
,BUYER_INITIATED
,AWAITING_SELLER_REVIEW
,AWAITING_BUYER_REVIEW
,ONLY_SELLER_ACCEPTED
,FINALIZED
, andCANCELLED
, indicating the current state of the negotiation. -
Each status clarifies the actions taken by both the seller and the buyer, for example,
SELLER_INITIATED
signifies that the seller created the proposal, whileFINALIZED
indicates acceptance by both parties. -
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202411
, providing a standardized way to refer to it within the API.
Represents the proposal's negotiation status for Marketplace.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |