[[["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\u003e\u003ccode\u003eComputedStatus\u003c/code\u003e describes the derived status of a LineItem based on its current state, such as \u003ccode\u003eDELIVERING\u003c/code\u003e, \u003ccode\u003ePAUSED\u003c/code\u003e, or \u003ccode\u003eCOMPLETED\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis status is computed automatically and provides a high-level understanding of the LineItem's operational condition.\u003c/p\u003e\n"],["\u003cp\u003eThere are various \u003ccode\u003eComputedStatus\u003c/code\u003e values, including \u003ccode\u003eREADY\u003c/code\u003e, \u003ccode\u003eINACTIVE\u003c/code\u003e, \u003ccode\u003ePENDING_APPROVAL\u003c/code\u003e, \u003ccode\u003eDISAPPROVED\u003c/code\u003e, and more, each representing a different stage in the LineItem lifecycle.\u003c/p\u003e\n"],["\u003cp\u003eIt is used by services like ForecastService, LineItemService, and ProposalLineItemService to assess the LineItem's delivery progress and overall state.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eComputedStatus\u003c/code\u003e namespace is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content describes the `ComputedStatus` of a `LineItem`, derived from its current state. Possible statuses include `DELIVERY_EXTENDED` (past end date, not met goal), `DELIVERING` (serving), `READY` (activated), `PAUSED` (stopped), `INACTIVE` (missing creatives), and `PAUSED_INVENTORY_RELEASED` (paused with inventory released). Other statuses are `PENDING_APPROVAL`, `COMPLETED`, `DISAPPROVED`, `DRAFT`, and `CANCELED` (no longer eligible to serve). The namespace for these statuses is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum ComputedStatus (v202408)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202408/ForecastService.ComputedStatus) **LineItemService** [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.ComputedStatus) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202408/LineItemService.LineItemSummary) \n▼\n**ComputedStatus**\n\nDescribes the computed [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) status that is derived from the\ncurrent state of the line item.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `DELIVERY_EXTENDED` | The [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) has past its [LineItem.endDateTime](/ad-manager/api/reference/v202408/LineItemService.LineItem#endDateTime) with an auto extension, but hasn't met its goal. |\n| `DELIVERING` | The [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) has begun serving. |\n| `READY` | The [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) has been activated and is ready to serve. |\n| `PAUSED` | The [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) has been paused from serving. |\n| `INACTIVE` | The [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) is inactive. It is either caused by missing creatives or the network disabling auto-activation. |\n| `PAUSED_INVENTORY_RELEASED` | The [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) has been paused and its reserved inventory has been released. The `LineItem` will not serve. |\n| `PENDING_APPROVAL` | The [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) has been submitted for approval. |\n| `COMPLETED` | The [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) has completed its run. |\n| `DISAPPROVED` | The [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) has been disapproved and is not eligible to serve. |\n| `DRAFT` | The [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) is still being drafted. |\n| `CANCELED` | The [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) has been canceled and is no longer eligible to serve. This is a legacy status imported from Google Ad Manager orders. |"]]