enum OrderStatus (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Describes the order statuses.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
DRAFT
|
Indicates that the Order has just been created but no approval has
been requested yet.
|
PENDING_APPROVAL
|
Indicates that a request for approval for the Order has been made.
|
APPROVED
|
Indicates that the Order has been approved and is ready to serve.
|
DISAPPROVED
|
Indicates that the Order has been disapproved and is not eligible
to serve.
|
PAUSED
|
This is a legacy state. Paused status should be checked on LineItems s within the
order.
|
CANCELED
|
Indicates that the Order has been canceled and cannot serve.
|
DELETED
|
Indicates that the Order has been deleted by DSM.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API
version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eOrderStatus describes the various states an Order can be in within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThese statuses range from initial creation (\u003ccode\u003eDRAFT\u003c/code\u003e) to approval stages (\u003ccode\u003ePENDING_APPROVAL\u003c/code\u003e, \u003ccode\u003eAPPROVED\u003c/code\u003e, \u003ccode\u003eDISAPPROVED\u003c/code\u003e), and ultimately to completion or cancellation (\u003ccode\u003eCANCELED\u003c/code\u003e, \u003ccode\u003eDELETED\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eEach status provides insight into the Order's progression and eligibility to serve ads.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePAUSED\u003c/code\u003e status is legacy and should be checked on individual LineItems within the Order instead.\u003c/p\u003e\n"]]],["The `OrderService` utilizes `OrderStatus` to define an order's state. Statuses include `DRAFT` (newly created), `PENDING_APPROVAL` (approval requested), `APPROVED` (ready to serve), `DISAPPROVED` (ineligible to serve), `CANCELED` (cannot serve), and `DELETED`. `PAUSED` is a legacy state and `UNKNOWN` represents an unexposed value. Each status directly affects the `Order` and its ability to be served. The namespace for the service is provided.\n"],null,["# enum OrderStatus (v202411)\n\n**Service** \n**OrderService** **Dependencies** \n[Order](/ad-manager/api/reference/v202411/OrderService.Order) \n▼\n**OrderStatus**\n\nDescribes the order statuses.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| `DRAFT` | Indicates that the [Order](/ad-manager/api/reference/v202411/OrderService.Order) has just been created but no approval has been requested yet. |\n| `PENDING_APPROVAL` | Indicates that a request for approval for the [Order](/ad-manager/api/reference/v202411/OrderService.Order) has been made. |\n| `APPROVED` | Indicates that the [Order](/ad-manager/api/reference/v202411/OrderService.Order) has been approved and is ready to serve. |\n| `DISAPPROVED` | Indicates that the [Order](/ad-manager/api/reference/v202411/OrderService.Order) has been disapproved and is not eligible to serve. |\n| `PAUSED` | This is a legacy state. Paused status should be checked on `LineItems`s within the order. |\n| `CANCELED` | Indicates that the [Order](/ad-manager/api/reference/v202411/OrderService.Order) has been canceled and cannot serve. |\n| `DELETED` | Indicates that the [Order](/ad-manager/api/reference/v202411/OrderService.Order) has been deleted by DSM. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]