enum ComputedStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Describes the computed LineItem status that is derived from the
current state of the line item.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
DELIVERY_EXTENDED
|
The LineItem has past its LineItem.endDateTime with an auto extension, but
hasn't met its goal.
|
DELIVERING
|
The LineItem has begun serving.
|
READY
|
The LineItem has been activated and is ready to serve.
|
PAUSED
|
The LineItem has been paused from serving.
|
INACTIVE
|
The LineItem is inactive. It is either caused by missing creatives or
the network disabling auto-activation.
|
PAUSED_INVENTORY_RELEASED
|
The LineItem has been paused and its reserved inventory has been
released. The LineItem will not serve.
|
PENDING_APPROVAL
|
The LineItem has been submitted for approval.
|
COMPLETED
|
The LineItem has completed its run.
|
DISAPPROVED
|
The LineItem has been disapproved and is not eligible to serve.
|
DRAFT
|
The LineItem is still being drafted.
|
CANCELED
|
The LineItem has been canceled and is no longer eligible to serve.
This is a legacy status imported from Google Ad Manager orders.
|
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\u003e\u003ccode\u003eComputedStatus\u003c/code\u003e describes the calculated status of a LineItem, derived from its current state.\u003c/p\u003e\n"],["\u003cp\u003eThis status is used by ForecastService, LineItemService, and ProposalLineItemService.\u003c/p\u003e\n"],["\u003cp\u003eIt includes various states, such as \u003ccode\u003eDELIVERING\u003c/code\u003e, \u003ccode\u003eREADY\u003c/code\u003e, \u003ccode\u003ePAUSED\u003c/code\u003e, \u003ccode\u003eCOMPLETED\u003c/code\u003e, and more, reflecting the LineItem's lifecycle.\u003c/p\u003e\n"],["\u003cp\u003eEach state provides information about the LineItem's activity, like whether it's serving, paused, or has finished.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for \u003ccode\u003eComputedStatus\u003c/code\u003e is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ForecastService` utilizes `LineItemService` and `ProposalLineItemService`. `ComputedStatus` reflects the current state of a `LineItem`, with statuses including `DELIVERY_EXTENDED`, `DELIVERING`, `READY`, `PAUSED`, `INACTIVE`, `PAUSED_INVENTORY_RELEASED`, `PENDING_APPROVAL`, `COMPLETED`, `DISAPPROVED`, `DRAFT`, and `CANCELED`. Each status denotes a specific stage, such as whether a `LineItem` is serving, paused, pending approval, or completed, among other conditions.\n"],null,["# enum ComputedStatus (v202408)\n\n**Service** \n**ForecastService** [LineItemService](/ad-manager/api/reference/v202408/LineItemService.ComputedStatus) [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.ComputedStatus) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202408/ForecastService.LineItemSummary) [ProposalLineItem](/ad-manager/api/reference/v202408/ForecastService.ProposalLineItem) \n▼\n**ComputedStatus**\n\nDescribes the computed [LineItem](/ad-manager/api/reference/v202408/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/v202408`\n\n| Enumeration | Description |\n|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `DELIVERY_EXTENDED` | The [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) has past its [LineItem.endDateTime](/ad-manager/api/reference/v202408/ForecastService.LineItem#endDateTime) with an auto extension, but hasn't met its goal. |\n| `DELIVERING` | The [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) has begun serving. |\n| `READY` | The [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) has been activated and is ready to serve. |\n| `PAUSED` | The [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) has been paused from serving. |\n| `INACTIVE` | The [LineItem](/ad-manager/api/reference/v202408/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/v202408/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/v202408/ForecastService.LineItem) has been submitted for approval. |\n| `COMPLETED` | The [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) has completed its run. |\n| `DISAPPROVED` | The [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) has been disapproved and is not eligible to serve. |\n| `DRAFT` | The [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) is still being drafted. |\n| `CANCELED` | The [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem) has been canceled and is no longer eligible to serve. This is a legacy status imported from Google Ad Manager orders. |"]]