Enum LineItemComputedStatusEnum.Types.LineItemComputedStatus
Describes the computed LineItem status that is derived from the current state of the LineItem.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum LineItemComputedStatusEnum.Types.LineItemComputedStatus
Fields
| Name | Description |
|---|---|
| Canceled | The LineItem has been canceled and is no longer eligible to serve. This is a legacy status. |
| Completed | The LineItem has completed its run. |
| Delivering | The LineItem has begun serving. |
| DeliveryExtended | The LineItem has past its endDateTime with an auto extension, but hasn't met its goal. |
| Disapproved | The LineItem has been disapproved and is not eligible to serve. |
| Draft | The LineItem is still being drafted. |
| Inactive | The LineItem is inactive. It is either caused by missing creatives or the network disabling auto-activation. |
| Paused | The LineItem has been paused from serving. |
| PausedInventoryReleased | The LineItem has been paused and its reserved inventory has been released. The LineItem will not serve. |
| PendingApproval | The LineItem has been submitted for approval. |
| Ready | The LineItem has been activated and is ready to serve. |
| Unspecified | No value specified. |