| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202108 |
| Modifier and Type | Field and Description |
|---|---|
static UnitType |
UnitType.CLICK_THROUGH_CPA_CONVERSIONS |
static UnitType |
UnitType.CLICKS |
static UnitType |
UnitType.IMPRESSIONS |
static UnitType |
UnitType.IN_TARGET_IMPRESSIONS |
static UnitType |
UnitType.TOTAL_CPA_CONVERSIONS |
static UnitType |
UnitType.UNKNOWN |
static UnitType |
UnitType.VIEW_THROUGH_CPA_CONVERSIONS |
static UnitType |
UnitType.VIEWABLE_IMPRESSIONS |
| Modifier and Type | Method and Description |
|---|---|
static UnitType |
UnitType.fromString(String value) |
static UnitType |
UnitType.fromValue(String value) |
UnitType |
AlternativeUnitTypeForecast.getUnitType()
Gets the unitType value for this AlternativeUnitTypeForecast.
|
UnitType |
AvailabilityForecast.getUnitType()
Gets the unitType value for this AvailabilityForecast.
|
UnitType |
LineItemDeliveryForecast.getUnitType()
Gets the unitType value for this LineItemDeliveryForecast.
|
UnitType |
Goal.getUnitType()
Gets the unitType value for this Goal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlternativeUnitTypeForecast.setUnitType(UnitType unitType)
Sets the unitType value for this AlternativeUnitTypeForecast.
|
void |
AvailabilityForecast.setUnitType(UnitType unitType)
Sets the unitType value for this AvailabilityForecast.
|
void |
LineItemDeliveryForecast.setUnitType(UnitType unitType)
Sets the unitType value for this LineItemDeliveryForecast.
|
void |
Goal.setUnitType(UnitType unitType)
Sets the unitType value for this Goal.
|
| Constructor and Description |
|---|
AlternativeUnitTypeForecast(UnitType unitType,
Long matchedUnits,
Long availableUnits,
Long possibleUnits) |
AvailabilityForecast(Long lineItemId,
Long orderId,
UnitType unitType,
Long availableUnits,
Long deliveredUnits,
Long matchedUnits,
Long possibleUnits,
Long reservedUnits,
ForecastBreakdown[] breakdowns,
TargetingCriteriaBreakdown[] targetingCriteriaBreakdowns,
ContendingLineItem[] contendingLineItems,
AlternativeUnitTypeForecast[] alternativeUnitTypeForecasts,
GrpDemographicBreakdown[] demographicBreakdowns) |
Goal(GoalType goalType,
UnitType unitType,
Long units) |
LineItemDeliveryForecast(Long lineItemId,
Long orderId,
UnitType unitType,
Long predictedDeliveryUnits,
Long deliveredUnits,
Long matchedUnits) |
Copyright © 2022. All rights reserved.