type AlternativeUnitTypeForecast (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
AlternativeUnitTypeForecast provides a view of the forecast in terms of an alternative unit type, such as viewable impressions for an impressions goal.
The unitType field specifies the alternative unit type being presented, with possible enumerations including IMPRESSIONS, CLICKS, and various conversion types.
matchedUnits indicates the number of units matching specified targeting and delivery settings.
availableUnits represents the number of units that can be booked without impacting reserved line items.
possibleUnits shows the maximum number of units that could be booked by utilizing inventory from lower-priority line items.
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.
matchedUnits
xsd:long
The number of units, defined by unitType, that match the
specified targeting and delivery settings.
availableUnits
xsd:long
The number of units, defined by unitType, that can be
booked without affecting the delivery of any reserved line items. Exceeding
this value will not cause an overbook, but lower-priority line items may
not run.
possibleUnits
xsd:long
The maximum number of units, defined by unitType, that
could be booked by taking inventory away from lower-priority line items.
[[["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 2025-08-06 UTC."],[],["The `AlternativeUnitTypeForecast` provides a forecast view based on alternative unit types within the `ForecastService`. This forecast includes `unitType`, such as impressions, clicks, or various CPA conversions. It details `matchedUnits`, the count of units aligning with targeting; `availableUnits`, the number bookable without impacting reserved items; and `possibleUnits`, the maximum bookable by reallocating lower-priority inventory. Specific `unitType` options include impressions, clicks, click/view-through/total CPA conversions, viewable impressions, and in-target impressions.\n"]]