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-05-15 UTC."],[[["`LineItemDeliveryForecast` objects provide insight into the forecasted and actual delivery of line items, including prospective ones."],["The forecast includes predicted delivery units, delivered units, and matched units, all defined by the `unitType` of the line item's goal."],["Key fields include `lineItemId`, `orderId`, `unitType`, `predictedDeliveryUnits`, `deliveredUnits`, and `matchedUnits`, offering a comprehensive view of delivery performance."],["Delivery forecasts can be used to understand the potential impact of new line items on existing reservations."],["`LineItemDeliveryForecast` leverages the `Goal` and `LineItem` objects for defining delivery goals and targeting criteria, respectively."]]],[]]