Availability Forecast
Check GAM supply viability before activation — run standalone or line-item forecasts with explicit credit warnings.
OrbiAds — availability-forecast
Verify availability before creating, duplicating, or activating delivery. Compare targeting hypotheses without writing into GAM.
When to Use
- User asks whether supply is sufficient for a delivery goal.
- Viability or underdelivery risk must be checked before activation.
- Tighter targeting may materially reduce available inventory.
Do not use if adUnitIds are not yet qualified — run inventory-ad-units first.
Steps
- Confirm active network and qualified
adUnitIdsorlineItemIdare known. - Resolve targeting IDs:
get_available_countries,get_available_languages,get_device_categories.[free] - Choose path:
- New scenario →
get_standalone_forecast[variable] - Existing line item →
get_delivery_forecast_by_line_item[variable] - Direct inventory targeting →
get_inventory_forecast[variable]
- New scenario →
- Run with explicit dates, creative sizes, and targeting assumptions.
- Interpret
availableUnits,forecastUnits,possibleUnits, pressure level. - Produce go / adjust / stop recommendation.
- Hand off assumptions and risks.
Abort Conditions
- Stop if
adUnitIdsare not confirmed — redirect toinventory-ad-units. - Warn before every
[variable]forecast call — state the credit cost implication first. - Stop if creative sizes are missing for a display scenario.
Output
Render as a structured artifact:
<handoff>
scenarioType: standalone | line-item | inventory
availableUnits: ...
pressureLevel: low | medium | high
recommendation: go | adjust-targeting | reduce-goal | stop
nextRecommendedSkill: advertiser-order-line-items
</handoff>
Apply extended thinking when comparing multiple targeting scenarios before choosing which forecast to run.