Google Ads Ad Manager V1 Client - Class OrderStatus (0.1.1)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class OrderStatus.

The status of an Order.

Protobuf type google.ads.admanager.v1.OrderStatusEnum.OrderStatus

Namespace

Google \ Ads \ AdManager \ V1 \ OrderStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ORDER_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum ORDER_STATUS_UNSPECIFIED = 0;

DRAFT

Value: 2

Indicates that the Order has just been created but no approval has been requested yet.

Generated from protobuf enum DRAFT = 2;

PENDING_APPROVAL

Value: 3

Indicates that a request for approval for the Order has been made.

Generated from protobuf enum PENDING_APPROVAL = 3;

APPROVED

Value: 4

Indicates that the Order has been approved and is ready to serve.

Generated from protobuf enum APPROVED = 4;

DISAPPROVED

Value: 5

Indicates that the Order has been disapproved and is not eligible to serve.

Generated from protobuf enum DISAPPROVED = 5;

PAUSED

Value: 6

This is a legacy state. Paused status should be checked on LineItems within the order.

Generated from protobuf enum PAUSED = 6;

CANCELED

Value: 7

Indicates that the Order has been canceled and cannot serve.

Generated from protobuf enum CANCELED = 7;

DELETED

Value: 8

Indicates that the Order has been deleted.

Generated from protobuf enum DELETED = 8;