[[["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 status of a Proposal for Marketplace, outlining the different stages of a proposal's lifecycle.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration includes statuses such as \u003ccode\u003eSELLER_INITIATED\u003c/code\u003e, \u003ccode\u003eBUYER_INITIATED\u003c/code\u003e, \u003ccode\u003eAWAITING_SELLER_REVIEW\u003c/code\u003e, \u003ccode\u003eAWAITING_BUYER_REVIEW\u003c/code\u003e, \u003ccode\u003eONLY_SELLER_ACCEPTED\u003c/code\u003e, \u003ccode\u003eFINALIZED\u003c/code\u003e, and \u003ccode\u003eCANCELLED\u003c/code\u003e, indicating the current state of the negotiation.\u003c/p\u003e\n"],["\u003cp\u003eEach status clarifies the actions taken by both the seller and the buyer, for example, \u003ccode\u003eSELLER_INITIATED\u003c/code\u003e signifies that the seller created the proposal, while \u003ccode\u003eFINALIZED\u003c/code\u003e indicates acceptance by both parties.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this enumeration is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e, providing a standardized way to refer to it within the API.\u003c/p\u003e\n"]]],["The core content details the `NegotiationStatus` of a `Proposal` within the `ProposalService` for Marketplace. It outlines possible statuses, including `SELLER_INITIATED` (seller created, not yet sent), `BUYER_INITIATED` (buyer created, awaiting seller action), `AWAITING_SELLER_REVIEW` (buyer updated, awaiting seller approval), and `AWAITING_BUYER_REVIEW` (seller updated, awaiting buyer approval). Other statuses include `ONLY_SELLER_ACCEPTED`, `FINALIZED` (accepted by both), `CANCELLED`, and `UNKNOWN`. These statuses track the proposal's progression and approval stages.\n"],null,["**Service** \n**ProposalService** **Dependencies** \n[ProposalMarketplaceInfo](/ad-manager/api/reference/v202411/ProposalService.ProposalMarketplaceInfo) \n▼\n**NegotiationStatus**\n\nRepresents the [proposal's](/ad-manager/api/reference/v202411/ProposalService.Proposal) negotiation status for Marketplace.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `SELLER_INITIATED` | Indicates that a new [Proposal](/ad-manager/api/reference/v202411/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/v202411/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/v202411/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/v202411/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/v202411/ProposalService.Proposal) and is awaiting the buyer's acceptance. |\n| `FINALIZED` | Indicates that the [Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal) has been accepted by both the buyer and the seller. |\n| `CANCELLED` | Indicates that negotiations for the [Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal) have been cancelled. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]