Inventory has three threshold values along a line of possible inventory. From least to most, these are:
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.
Mostra file Open project: googleads/googleads-php-libProperty | Type | Description | |
---|---|---|---|
$alternativeUnitTypeForecasts | AlternativeUnitTypeForecast[] | ||
$availableUnits | integer | ||
$contendingLineItems | ContendingLineItem[] | ||
$deliveredUnits | integer | ||
$demographicBreakdowns | GrpDemographicBreakdown[] | ||
$lineItemId | integer | ||
$matchedUnits | integer | ||
$orderId | integer | ||
$possibleUnits | integer | ||
$reservedUnits | integer | ||
$targetingCriteriaBreakdowns | TargetingCriteriaBreakdown[] | ||
$unitType | tnsUnitType |
Method | Description | |
---|---|---|
__construct ( $lineItemId = null, $orderId = null, $unitType = null, $availableUnits = null, $deliveredUnits = null, $matchedUnits = null, $possibleUnits = null, $reservedUnits = null, $targetingCriteriaBreakdowns = null, $contendingLineItems = null, $demographicBreakdowns = null ) | ||
__construct ( $lineItemId = null, $orderId = null, $unitType = null, $availableUnits = null, $deliveredUnits = null, $matchedUnits = null, $possibleUnits = null, $reservedUnits = null, $targetingCriteriaBreakdowns = null, $contendingLineItems = null, $alternativeUnitTypeForecasts = null, $demographicBreakdowns = null ) | ||
getNamespace ( ) : string | Gets the namesapce of this class | |
getXsiTypeName ( ) : string | Gets the xsi:type name of this class |
public __construct ( $lineItemId = null, $orderId = null, $unitType = null, $availableUnits = null, $deliveredUnits = null, $matchedUnits = null, $possibleUnits = null, $reservedUnits = null, $targetingCriteriaBreakdowns = null, $contendingLineItems = null, $demographicBreakdowns = null ) |
public __construct ( $lineItemId = null, $orderId = null, $unitType = null, $availableUnits = null, $deliveredUnits = null, $matchedUnits = null, $possibleUnits = null, $reservedUnits = null, $targetingCriteriaBreakdowns = null, $contendingLineItems = null, $alternativeUnitTypeForecasts = null, $demographicBreakdowns = null ) |
public getNamespace ( ) : string | ||
return | string | the namespace of this class |
public getXsiTypeName ( ) : string | ||
return | string | the xsi:type name of this class |
public AlternativeUnitTypeForecast[] $alternativeUnitTypeForecasts | ||
return | AlternativeUnitTypeForecast[] |
public ContendingLineItem[] $contendingLineItems | ||
return | ContendingLineItem[] |
public GrpDemographicBreakdown[] $demographicBreakdowns | ||
return | GrpDemographicBreakdown[] |
public TargetingCriteriaBreakdown[] $targetingCriteriaBreakdowns | ||
return | TargetingCriteriaBreakdown[] |