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-02 UTC."],[[["`LineItemDeliveryForecast` objects provide insight into the forecasted and actual delivery performance of line items, including prospective line items."],["The forecast includes metrics such as predicted delivery units, delivered units, and matched units, based on the line item's targeting and delivery settings."],["The `unitType` field specifies the unit of measurement for the forecast, such as impressions, clicks, or conversions, and aligns with the line item's goal type."],["`LineItemDeliveryForecast` can be associated with an existing `LineItem` or represent a prospective line item without a corresponding `LineItem` object."],["Key identifiers like `lineItemId` and `orderId` are included in the forecast data to facilitate association with relevant line items and orders."]]],[]]