Ads API .NET library
|
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] |
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.
|
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.
|
getset |
true
, if a value is specified for availableUnits, false
otherwise.
|
getset |
The number of units, defined by #unitType, that match the specified targeting and delivery settings.
|
getset |
true
, if a value is specified for matchedUnits, false
otherwise.
|
getset |
The maximum number of units, defined by #unitType, that could be booked by taking inventory away from lower-priority line items.
|
getset |
true
, if a value is specified for possibleUnits, false
otherwise.
|
getset |
The alternative unit type being presented.
|
getset |
true
, if a value is specified for unitType, false
otherwise.