enum NegotiationStatus (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
Represents the proposal's negotiation status for Marketplace.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
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.
|
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[],["The content details the `NegotiationStatus` of a `Proposal` within the `ProposalService` for Marketplace. It defines different stages of a proposal's lifecycle, including: `SELLER_INITIATED` (seller creation), `BUYER_INITIATED` (buyer creation), `AWAITING_SELLER_REVIEW`, `AWAITING_BUYER_REVIEW`, `ONLY_SELLER_ACCEPTED`, `FINALIZED` (both parties accepted), and `CANCELLED`. Each status reflects the current party responsible for the next action in the negotiation or the final outcome.\n"],null,["# enum NegotiationStatus (v202502)\n\n**Service** \n**ProposalService** **Dependencies** \n[ProposalMarketplaceInfo](/ad-manager/api/reference/v202502/ProposalService.ProposalMarketplaceInfo) \n▼\n**NegotiationStatus**\n\nRepresents the [proposal's](/ad-manager/api/reference/v202502/ProposalService.Proposal) negotiation status for Marketplace.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `SELLER_INITIATED` | Indicates that a new [Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal) has been created by the seller and has not been sent to Marketplace yet. |\n| `BUYER_INITIATED` | Indicates that a new [Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal) has been created by the buyer and is awaiting seller action. |\n| `AWAITING_SELLER_REVIEW` | Indicates that a [Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal) has been updated by the buyer and is awaiting seller approval. |\n| `AWAITING_BUYER_REVIEW` | Indicates that a [Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal) has been updated by the seller and is awaiting buyer approval. |\n| `ONLY_SELLER_ACCEPTED` | Indicates that the seller has accepted the [Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal) and is awaiting the buyer's acceptance. |\n| `FINALIZED` | Indicates that the [Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal) has been accepted by both the buyer and the seller. |\n| `CANCELLED` | Indicates that negotiations for the [Proposal](/ad-manager/api/reference/v202502/ProposalService.Proposal) have been cancelled. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]