[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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,["**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. |"]]