Module: Google::Ads::AdManager::V1::OrderStatusEnum::OrderStatus
- Defined in:
- proto_docs/google/ads/admanager/v1/order_enums.rb
Overview
The status of an Order.
Constant Summary collapse
- ORDER_STATUS_UNSPECIFIED =
Default value. This value is unused.
0
- DRAFT =
Indicates that the Order has just been created but no approval has been requested yet.
2
- PENDING_APPROVAL =
Indicates that a request for approval for the Order has been made.
3
- APPROVED =
Indicates that the Order has been approved and is ready to serve.
4
- DISAPPROVED =
Indicates that the Order has been disapproved and is not eligible to serve.
5
- PAUSED =
This is a legacy state. Paused status should be checked on LineItems within the order.
6
- CANCELED =
Indicates that the Order has been canceled and cannot serve.
7
- DELETED =
Indicates that the Order has been deleted.
8