enum NegotiationStatus (v202408)
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/v202408
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."],[[["\u003cp\u003e\u003ccode\u003eNegotiationStatus\u003c/code\u003e represents the negotiation stage of a Proposal within the Google Ad Manager Marketplace.\u003c/p\u003e\n"],["\u003cp\u003eIt outlines various states, from initial creation by either seller or buyer to finalization or cancellation.\u003c/p\u003e\n"],["\u003cp\u003eEach status reflects the Proposal's progress and who needs to take action next in the negotiation.\u003c/p\u003e\n"],["\u003cp\u003eThe statuses provide transparency for both sellers and buyers during the deal-making process on Marketplace.\u003c/p\u003e\n"]]],["The `NegotiationStatus` enumeration within the `ProposalService` tracks the lifecycle of a proposal in Marketplace. Possible statuses include `SELLER_INITIATED` (seller created), `BUYER_INITIATED` (buyer created), `AWAITING_SELLER_REVIEW` (buyer updated), `AWAITING_BUYER_REVIEW` (seller updated), `ONLY_SELLER_ACCEPTED` (seller accepted), `FINALIZED` (both accepted), `CANCELLED` (negotiations stopped), and `UNKNOWN` (status not available in the requested API version). Each status describes the current stage of the proposal's negotiation between buyer and seller.\n"],null,["# enum NegotiationStatus (v202408)\n\n**Service** \n**ProposalService** **Dependencies** \n[ProposalMarketplaceInfo](/ad-manager/api/reference/v202408/ProposalService.ProposalMarketplaceInfo) \n▼\n**NegotiationStatus**\n\nRepresents the [proposal's](/ad-manager/api/reference/v202408/ProposalService.Proposal) negotiation status for Marketplace.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `SELLER_INITIATED` | Indicates that a new [Proposal](/ad-manager/api/reference/v202408/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/v202408/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/v202408/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/v202408/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/v202408/ProposalService.Proposal) and is awaiting the buyer's acceptance. |\n| `FINALIZED` | Indicates that the [Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal) has been accepted by both the buyer and the seller. |\n| `CANCELLED` | Indicates that negotiations for the [Proposal](/ad-manager/api/reference/v202408/ProposalService.Proposal) have been cancelled. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]