AI-generated Key Takeaways
-
ForecastService BuyerPermissionType describes the permission type for buyers.
-
This enumeration includes three possible values: NEGOTIATOR_ONLY, BIDDER, and UNKNOWN.
-
NEGOTIATOR_ONLY means only the listed buyer can transact, while BIDDER allows all buyers under the listed buyer's bidder to transact.
Service
ForecastService
ProposalLineItemService
Dependencies
ProposalLineItem
▼
BuyerPermissionType
Describes the buyer permission type.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
NEGOTIATOR_ONLY
|
Only the buyer listed on the line item can transact. |
BIDDER
|
All buyers under the listed buyer's bidder can transact on the line item. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |