[[["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\u003eNegotiationRole\u003c/code\u003e identifies the entity (buyer or seller) responsible for an action during a proposal negotiation within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration includes \u003ccode\u003eBUYER\u003c/code\u003e, \u003ccode\u003eSELLER\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e as possible roles, applicable to objects like \u003ccode\u003eProposalLineItem\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize the \u003ccode\u003eNegotiationRole\u003c/code\u003e within the \u003ccode\u003eForecastService\u003c/code\u003e and \u003ccode\u003eProposalLineItemService\u003c/code\u003e namespaces for programmatic interaction.\u003c/p\u003e\n"]]],["The content defines `NegotiationRole` within the `ForecastService` and `ProposalLineItemService`. This role indicates whether the `BUYER` or `SELLER` performed an action during a `Proposal` negotiation. The role's possible values are `BUYER`, `SELLER`, or `UNKNOWN`. It is located within the specified namespace. The `ProposalLineItem` depends on this role, which can be used during forecast services.\n"],null,["# enum NegotiationRole (v202411)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202411/ForecastService.NegotiationRole) **ProposalLineItemService** **Dependencies** \n[ProposalLineItem](/ad-manager/api/reference/v202411/ProposalLineItemService.ProposalLineItem) \n▼\n**NegotiationRole**\n\nThe role (buyer or seller) that performed an action in the negotiation of a `Proposal`.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|-------------|\n| `BUYER` | |\n| `SELLER` | |\n| `UNKNOWN` | |"]]