Reference documentation and code samples for the Google Ads Ad Manager V1 Client class DealBuyerPermissionType.
Defines how a deal would transact among all buyers under the same bidder.
Protobuf type google.ads.admanager.v1.DealBuyerPermissionTypeEnum.DealBuyerPermissionType
Namespace
Google \ Ads \ AdManager \ V1 \ DealBuyerPermissionTypeEnumMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DEAL_BUYER_PERMISSION_TYPE_UNSPECIFIED
Value: 0
No value specified.
Generated from protobuf enum DEAL_BUYER_PERMISSION_TYPE_UNSPECIFIED = 0;
NEGOTIATOR_ONLY
Value: 1
The deal only transacts with the buyer specified.
Generated from protobuf enum NEGOTIATOR_ONLY = 1;
BIDDER
Value: 2
The deal transacts with all buyers under the same bidder.
Generated from protobuf enum BIDDER = 2;