Module: Google::Ads::AdManager::V1::PrivateMarketplaceDealStatusEnum::PrivateMarketplaceDealStatus

Defined in:
proto_docs/google/ads/admanager/v1/private_marketplace_enums.rb

Overview

Describes the status of a private marketplace deal.

Constant Summary collapse

PRIVATE_MARKETPLACE_DEAL_STATUS_UNSPECIFIED =

No value specified.

0
PENDING =

The deal is pending.

1
ACTIVE =

The deal is active.

2
CANCELED =

The deal is canceled.

3
SELLER_PAUSED =

The deal is paused by the seller.

4
BUYER_PAUSED =

The deal is paused by the buyer.

5