AI-generated Key Takeaways
-
ComputedStatus
describes the derived status of a LineItem based on its current state. -
It is used by the ForecastService, LineItemService, and ProposalLineItemService.
-
There are various computed statuses a LineItem can have, including
DELIVERING
,READY
,PAUSED
,COMPLETED
, and more, each with a specific meaning regarding the LineItem's serving and approval state. -
Each status provides insights into the LineItem's lifecycle, such as whether it's actively serving, paused, pending approval, completed, or encountering issues like missing creatives.
-
The statuses help understand the LineItem's operational status within the Google Ad Manager system.
Describes the computed LineItem status that is derived from the current state of the line item.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |