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 null if the forecast
represents a prospective line item.
orderId
xsd:long
The unique ID for the Order object that this line item belongs to, or null if
the forecast represents a prospective line item without an LineItem.orderId set.
The number of click-through Cost-Per-Action (CPA) conversions from creatives
associated with the line item. This is only supported as secondary goal and the
LineItem.costType must be CostType.CPA.
VIEW_THROUGH_CPA_CONVERSIONS
The number of view-through Cost-Per-Action (CPA) conversions from creatives
associated with the line item. This is only supported as secondary goal and the
LineItem.costType must be CostType.CPA.
TOTAL_CPA_CONVERSIONS
The number of total Cost-Per-Action (CPA) conversions from creatives
associated with the line item. This is only supported as secondary goal and the
LineItem.costType must be CostType.CPA.
The value returned if the actual value is not exposed by the requested API version.
predictedDeliveryUnits
xsd:long
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.
deliveredUnits
xsd:long
The number of units, defined by Goal.unitType, that have already been served if the
reservation is already running.
[[["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 2024-02-13 UTC."],[[["`LineItemDeliveryForecast` objects provide insights into the forecasted and actual delivery performance of line items, including predicted, delivered, and matched units."],["Forecasts are available for both existing line items and prospective line items, which are line items that have not yet been saved to DFP."],["Key metrics include `predictedDeliveryUnits`, representing the forecasted delivery volume, `deliveredUnits`, reflecting units already served, and `matchedUnits`, indicating units matching targeting criteria."],["Forecasts consider the line item's goal and unit type, such as impressions, clicks, or conversions, to provide relevant delivery estimations."],["The `lineItemId` and `orderId` fields help identify the specific line item and its associated order within DFP."]]],[]]