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

A view of the forecast in terms of an alternative unit type. More...

Properties

UnitType unitType [get, set]
 The alternative unit type being presented. More...
 
bool unitTypeSpecified [get, set]
 
long matchedUnits [get, set]
 The number of units, defined by #unitType, that match the specified targeting and delivery settings. More...
 
bool matchedUnitsSpecified [get, set]
 
long availableUnits [get, set]
 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. More...
 
bool availableUnitsSpecified [get, set]
 
long possibleUnits [get, set]
 The maximum number of units, defined by #unitType, that could be booked by taking inventory away from lower-priority line items. More...
 
bool possibleUnitsSpecified [get, set]
 

Detailed Description

A view of the forecast in terms of an alternative unit type.

For example, a forecast for an impressions goal may include this to express the matched, available, and possible viewable impressions.

Property Documentation

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

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.

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

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

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

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

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

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

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

The maximum number of units, defined by #unitType, that could be booked by taking inventory away from lower-priority line items.

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

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

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

The alternative unit type being presented.

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

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


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