[[["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 calculated status of a LineItem, derived from its current state.\u003c/p\u003e\n"],["\u003cp\u003eIt indicates whether a LineItem is delivering, ready, paused, completed, or in another state like pending approval, disapproved, or draft.\u003c/p\u003e\n"],["\u003cp\u003eThe status can reflect if a LineItem has been extended past its end date, if it has been paused with inventory released, or if it is inactive due to missing creatives or disabled auto-activation.\u003c/p\u003e\n"],["\u003cp\u003eThis information is crucial for understanding the operational state of a LineItem within Google Ad Manager.\u003c/p\u003e\n"]]],["The `ForecastService` utilizes `LineItemService` and `ProposalLineItemService` to determine the `ComputedStatus` of a `LineItem`. This status, derived from the line item's current state, can be `DELIVERY_EXTENDED`, `DELIVERING`, `READY`, `PAUSED`, `INACTIVE`, `PAUSED_INVENTORY_RELEASED`, `PENDING_APPROVAL`, `COMPLETED`, `DISAPPROVED`, `DRAFT`, or `CANCELED`. Each status reflects a specific condition, such as whether the `LineItem` is actively serving, paused, completed, or awaiting approval.\n"],null,["# enum ComputedStatus (v202411)\n\n**Service** \n**ForecastService** [LineItemService](/ad-manager/api/reference/v202411/LineItemService.ComputedStatus) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.ComputedStatus) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202411/ForecastService.LineItemSummary) [ProposalLineItem](/ad-manager/api/reference/v202411/ForecastService.ProposalLineItem) \n▼\n**ComputedStatus**\n\nDescribes the computed [LineItem](/ad-manager/api/reference/v202411/ForecastService.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/v202411`\n\n| Enumeration | Description |\n|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `DELIVERY_EXTENDED` | The [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem) has past its [LineItem.endDateTime](/ad-manager/api/reference/v202411/ForecastService.LineItem#endDateTime) with an auto extension, but hasn't met its goal. |\n| `DELIVERING` | The [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem) has begun serving. |\n| `READY` | The [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem) has been activated and is ready to serve. |\n| `PAUSED` | The [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem) has been paused from serving. |\n| `INACTIVE` | The [LineItem](/ad-manager/api/reference/v202411/ForecastService.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/v202411/ForecastService.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/v202411/ForecastService.LineItem) has been submitted for approval. |\n| `COMPLETED` | The [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem) has completed its run. |\n| `DISAPPROVED` | The [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem) has been disapproved and is not eligible to serve. |\n| `DRAFT` | The [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem) is still being drafted. |\n| `CANCELED` | The [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem) has been canceled and is no longer eligible to serve. This is a legacy status imported from Google Ad Manager orders. |"]]