Reference documentation and code samples for the Google Ads Ad Manager V1 Client class PrivateMarketplaceDealStatus.
Describes the status of a private marketplace deal.
Protobuf type google.ads.admanager.v1.PrivateMarketplaceDealStatusEnum.PrivateMarketplaceDealStatus
Namespace
Google \ Ads \ AdManager \ V1 \ PrivateMarketplaceDealStatusEnumMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PRIVATE_MARKETPLACE_DEAL_STATUS_UNSPECIFIED
Value: 0
No value specified.
Generated from protobuf enum PRIVATE_MARKETPLACE_DEAL_STATUS_UNSPECIFIED = 0;
PENDING
Value: 1
The deal is pending.
Generated from protobuf enum PENDING = 1;
ACTIVE
Value: 2
The deal is active.
Generated from protobuf enum ACTIVE = 2;
CANCELED
Value: 3
The deal is canceled.
Generated from protobuf enum CANCELED = 3;
SELLER_PAUSED
Value: 4
The deal is paused by the seller.
Generated from protobuf enum SELLER_PAUSED = 4;
BUYER_PAUSED
Value: 5
The deal is paused by the buyer.
Generated from protobuf enum BUYER_PAUSED = 5;