[[["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."],[],["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,["**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. |"]]