Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.AvailabilityForecast Class Reference

Describes predicted inventory availability for a ProspectiveLineItem. More...

Properties

long lineItemId [get, set]
 Uniquely identifies this availability forecast. This value is read-only and is assigned by Google when the forecast is created. The attribute will be either the ID of the LineItem object it represents, or More...
 
bool lineItemIdSpecified [get, set]
 
long orderId [get, set]
 The unique ID for the Order object that this line item belongs to, or More...
 
bool orderIdSpecified [get, set]
 
UnitType unitType [get, set]
 The unit with which the goal or cap of the LineItem is defined. Will be the same value as Goal::unitType for both a set line item or a prospective one. More...
 
bool unitTypeSpecified [get, set]
 
long availableUnits [get, set]
 The number of units, defined by Goal::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. More...
 
bool availableUnitsSpecified [get, set]
 
long deliveredUnits [get, set]
 The number of units, defined by Goal::unitType, that have already been served if the reservation is already running. More...
 
bool deliveredUnitsSpecified [get, set]
 
long matchedUnits [get, set]
 The number of units, defined by Goal::unitType, that match the specified targeting and delivery settings. More...
 
bool matchedUnitsSpecified [get, set]
 
long possibleUnits [get, set]
 The maximum number of units, defined by Goal::unitType, that could be booked by taking inventory away from lower priority line items and some same priority line items. More...
 
bool possibleUnitsSpecified [get, set]
 
long reservedUnits [get, set]
 The number of reserved units, defined by Goal::unitType, requested. This can be an absolute or percentage value. More...
 
bool reservedUnitsSpecified [get, set]
 
ForecastBreakdown[] breakdowns [get, set]
 The breakdowns for each time window defined in ForecastBreakdownOptions::timeWindows. More...
 
TargetingCriteriaBreakdown[] targetingCriteriaBreakdowns [get, set]
 The forecast result broken down by the targeting of the forecasted line item. More...
 
ContendingLineItem[] contendingLineItems [get, set]
 List of contending line items for this forecast. More...
 
AlternativeUnitTypeForecast[] alternativeUnitTypeForecasts [get, set]
 Views of this forecast, with alternative unit types. More...
 

Detailed Description

Describes predicted inventory availability for a ProspectiveLineItem.

Inventory has three threshold values along a line of possible inventory. From least to most, these are:

  • Available units – How many units can be booked without affecting any other line items. Booking more than this number can cause lower and same priority line items to underdeliver.
  • Possible units – How many units can be booked without affecting any higher priority line items. Booking more than this number can cause the line item to underdeliver.
  • Matched (forecast) units – How many units satisfy all specified criteria.

Underdelivery is caused by overbooking. However, if more impressions are served than are predicted, the extra available inventory might enable all inventory guarantees to be met without overbooking.

Property Documentation

AlternativeUnitTypeForecast [] Google.Api.Ads.AdManager.v202305.AvailabilityForecast.alternativeUnitTypeForecasts
getset

Views of this forecast, with alternative unit types.

long Google.Api.Ads.AdManager.v202305.AvailabilityForecast.availableUnits
getset

The number of units, defined by Goal::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.

bool Google.Api.Ads.AdManager.v202305.AvailabilityForecast.availableUnitsSpecified
getset

true, if a value is specified for availableUnits, false otherwise.

ForecastBreakdown [] Google.Api.Ads.AdManager.v202305.AvailabilityForecast.breakdowns
getset

The breakdowns for each time window defined in ForecastBreakdownOptions::timeWindows.

If no breakdown was requested through AvailabilityForecastOptions::breakdown, this field will be empty. If targeting breakdown was requested by ForecastBreakdownOptions::targets with no time breakdown, this list will contain a single ForecastBreakdown corresponding to the time window of the forecasted LineItem. Otherwise, each time window defined by ForecastBreakdownOptions::timeWindows will correspond to one ForecastBreakdown in the same order. Targeting breakdowns for every time window are returned in ForecastBreakdown::breakdownEntries. Some examples: For a targeting breakdown in the form of {IU=B, creative=1x1]}}, the #breakdowns field may look like: [ForecastBreakdown{breakdownEntries=[availableUnits=10, availableUnits=20]]} where the entries correspond to } and {IU=B, creative=1x1} respectively. For a time breakdown in the form of 2am, 3am]}, the field may look like:

 [ ForecastBreakdown{startTime=1am, endTime=2am,
breakdownEntries=[availableUnits=10], ForecastBreakdown{startTime=2am,
endTime=3am, breakdownEntries=[availableUnits=20]} ] } 

where the two #ForecastBreakdown correspond to the [1am, 2am) and [2am, 3am) time windows respecively. For a two-dimensional breakdown in the form of 2am, 3am], targets=[IU=A, IU=B], the breakdowns field may look like:

  [
ForecastBreakdown{startTime=1am, endTime=2am,
breakdownEntries=[availableUnits=10, availableUnits=100],
ForecastBreakdown{startTime=2am, endTime=3am,
breakdownEntries=[availableUnits=20, availableUnits=200]} ] } 

where the first ForecastBreakdown respresents the [1am, 2am) time window with two entries for the IU A and IU B respectively; and the second ForecastBreakdown represents the [2am, 3am) time window also with two entries corresponding to the two IUs.

ContendingLineItem [] Google.Api.Ads.AdManager.v202305.AvailabilityForecast.contendingLineItems
getset

List of contending line items for this forecast.

long Google.Api.Ads.AdManager.v202305.AvailabilityForecast.deliveredUnits
getset

The number of units, defined by Goal::unitType, that have already been served if the reservation is already running.

bool Google.Api.Ads.AdManager.v202305.AvailabilityForecast.deliveredUnitsSpecified
getset

true, if a value is specified for deliveredUnits, false otherwise.

long Google.Api.Ads.AdManager.v202305.AvailabilityForecast.lineItemId
getset

Uniquely identifies this availability forecast. This value is read-only and is assigned by Google when the forecast is created. The attribute will be either the ID of the LineItem object it represents, or

null if the forecast represents a prospective line item.

bool Google.Api.Ads.AdManager.v202305.AvailabilityForecast.lineItemIdSpecified
getset

true, if a value is specified for lineItemId, false otherwise.

long Google.Api.Ads.AdManager.v202305.AvailabilityForecast.matchedUnits
getset

The number of units, defined by Goal::unitType, that match the specified targeting and delivery settings.

bool Google.Api.Ads.AdManager.v202305.AvailabilityForecast.matchedUnitsSpecified
getset

true, if a value is specified for matchedUnits, false otherwise.

long Google.Api.Ads.AdManager.v202305.AvailabilityForecast.orderId
getset

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.

bool Google.Api.Ads.AdManager.v202305.AvailabilityForecast.orderIdSpecified
getset

true, if a value is specified for orderId, false otherwise.

long Google.Api.Ads.AdManager.v202305.AvailabilityForecast.possibleUnits
getset

The maximum number of units, defined by Goal::unitType, that could be booked by taking inventory away from lower priority line items and some same priority line items.

Please note: booking this number may cause lower priority line items and some same priority line items to underdeliver.

bool Google.Api.Ads.AdManager.v202305.AvailabilityForecast.possibleUnitsSpecified
getset

true, if a value is specified for possibleUnits, false otherwise.

long Google.Api.Ads.AdManager.v202305.AvailabilityForecast.reservedUnits
getset

The number of reserved units, defined by Goal::unitType, requested. This can be an absolute or percentage value.

bool Google.Api.Ads.AdManager.v202305.AvailabilityForecast.reservedUnitsSpecified
getset

true, if a value is specified for reservedUnits, false otherwise.

TargetingCriteriaBreakdown [] Google.Api.Ads.AdManager.v202305.AvailabilityForecast.targetingCriteriaBreakdowns
getset

The forecast result broken down by the targeting of the forecasted line item.

UnitType Google.Api.Ads.AdManager.v202305.AvailabilityForecast.unitType
getset

The unit with which the goal or cap of the LineItem is defined. Will be the same value as Goal::unitType for both a set line item or a prospective one.

bool Google.Api.Ads.AdManager.v202305.AvailabilityForecast.unitTypeSpecified
getset

true, if a value is specified for unitType, false otherwise.


The documentation for this class was generated from the following file: