[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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\u003eStatuses range from draft and pending approval to approved, disapproved, and canceled, reflecting the order's lifecycle.\u003c/p\u003e\n"],["\u003cp\u003eEach status provides a clear indication of the order's progression and whether it is eligible to serve ads.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePAUSED\u003c/code\u003e status is legacy and should be checked on the line items within the order instead.\u003c/p\u003e\n"]]],["The `OrderStatus` enumeration within the `OrderService` defines the lifecycle stages of an `Order`. These statuses include `DRAFT` (newly created), `PENDING_APPROVAL` (approval requested), `APPROVED` (ready to serve), `DISAPPROVED` (ineligible to serve), `CANCELED` (cannot serve), and `DELETED` (removed by DSM). A `PAUSED` status is deprecated and should be checked at the `LineItems` level, and `UNKNOWN` is a default fallback. These statuses are in the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum OrderStatus (v202408)\n\n**Service** \n**OrderService** **Dependencies** \n[Order](/ad-manager/api/reference/v202408/OrderService.Order) \n▼\n**OrderStatus**\n\nDescribes the order statuses.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| `DRAFT` | Indicates that the [Order](/ad-manager/api/reference/v202408/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/v202408/OrderService.Order) has been made. |\n| `APPROVED` | Indicates that the [Order](/ad-manager/api/reference/v202408/OrderService.Order) has been approved and is ready to serve. |\n| `DISAPPROVED` | Indicates that the [Order](/ad-manager/api/reference/v202408/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/v202408/OrderService.Order) has been canceled and cannot serve. |\n| `DELETED` | Indicates that the [Order](/ad-manager/api/reference/v202408/OrderService.Order) has been deleted by DSM. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]