enum NegotiationRole (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
The role (buyer or seller) that performed an action in the negotiation of a Proposal
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
BUYER
|
|
SELLER
|
|
UNKNOWN
|
|
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\u003eNegotiationRole\u003c/code\u003e identifies the participant (buyer or seller) who took a specific action during a \u003ccode\u003eProposal\u003c/code\u003e negotiation.\u003c/p\u003e\n"],["\u003cp\u003eIt's part of the \u003ccode\u003eProposalLineItemService\u003c/code\u003e and is used within the \u003ccode\u003eForecastService\u003c/code\u003e context.\u003c/p\u003e\n"],["\u003cp\u003eThe possible values for \u003ccode\u003eNegotiationRole\u003c/code\u003e include \u003ccode\u003eBUYER\u003c/code\u003e, \u003ccode\u003eSELLER\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e.\u003c/p\u003e\n"]]],["The content defines `NegotiationRole`, an enumeration representing the actor (buyer or seller) involved in a `Proposal` negotiation. It's a dependency of `ProposalLineItem`, which is related to the `ForecastService`. The enumeration includes three possible roles: `BUYER`, `SELLER`, and `UNKNOWN`. The namespace for these elements is `https://www.google.com/apis/ads/publisher/v202411`. These roles dictate actions performed during the proposal process.\n"],null,["# enum NegotiationRole (v202411)\n\n**Service** \n**ForecastService** [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.NegotiationRole) **Dependencies** \n[ProposalLineItem](/ad-manager/api/reference/v202411/ForecastService.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` | |"]]