AI-generated Key Takeaways
-
LineItemDeliveryForecast represents the forecasted delivery of a ProspectiveLineItem within the ForecastService.
-
Each line item delivery forecast is uniquely identified by
lineItemId
and associated with an order byorderId
. -
The forecast includes the
unitType
which defines the goal or cap of the LineItem, such as IMPRESSIONS, CLICKS, or various conversion types. -
Key delivery metrics provided are
predictedDeliveryUnits
, the expected units to be delivered, anddeliveredUnits
, units already served for running reservations. -
matchedUnits
indicates the number of units that align with the specified line item targeting and delivery settings.
The forecasted delivery of a ProspectiveLineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Field |
|
---|---|
|
Uniquely identifies this line item delivery forecast. This value is read-only and will be
either the ID of the LineItem object it represents, or |
|
The unique ID for the Order object that this line item belongs to, or |
|
The unit with which the goal or cap of the LineItem is defined. Will be the same value as Goal.unitType for both a set line item or a prospective one. Enumerations
|
|
The number of units, defined by Goal.unitType, that will be delivered by the line item. Delivery of existing line items that are of same or lower priorities may be impacted. |
|
The number of units, defined by Goal.unitType, that have already been served if the reservation is already running. |
|
The number of units, defined by Goal.unitType, that match the specified LineItem.targeting and delivery settings. |