public enum UniversalAppBiddingStrategyGoalType extends Enum<UniversalAppBiddingStrategyGoalType>
Java class for UniversalAppBiddingStrategyGoalType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="UniversalAppBiddingStrategyGoalType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="OPTIMIZE_FOR_INSTALL_CONVERSION_VOLUME"/>
<enumeration value="OPTIMIZE_FOR_IN_APP_CONVERSION_VOLUME"/>
<enumeration value="OPTIMIZE_FOR_TOTAL_CONVERSION_VALUE"/>
<enumeration value="OPTIMIZE_FOR_TARGET_IN_APP_CONVERSION"/>
<enumeration value="OPTIMIZE_FOR_RETURN_ON_ADVERTISING_SPEND"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
OPTIMIZE_FOR_IN_APP_CONVERSION_VOLUME
The bidding strategy of the universal app campaign should aim to maximize the
selected in-app conversions' volume.
|
OPTIMIZE_FOR_INSTALL_CONVERSION_VOLUME
The bidding strategy of the universal app campaign should aim to maximize
installation of the app.
|
OPTIMIZE_FOR_RETURN_ON_ADVERTISING_SPEND
The bidding strategy of the universal app campaign should aim to maximize all
conversions' value, i.e., install + selected in-app conversions while achieving
or exceeding target return on advertising spend.
|
OPTIMIZE_FOR_TARGET_IN_APP_CONVERSION
The bidding strategy of the universal app campaign should aim to maximize just
the selected in-app conversion's volume, while achieving or exceeding target
cost per in-app conversion.
|
OPTIMIZE_FOR_TOTAL_CONVERSION_VALUE
The bidding strategy of the universal app campaign should aim to maximize all
conversions' value, i.e., install + selected in-app conversions.
|
UNKNOWN
Used for return value only.
|
| Modifier and Type | Method and Description |
|---|---|
static UniversalAppBiddingStrategyGoalType |
fromValue(String v) |
String |
value() |
static UniversalAppBiddingStrategyGoalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UniversalAppBiddingStrategyGoalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UniversalAppBiddingStrategyGoalType UNKNOWN
public static final UniversalAppBiddingStrategyGoalType OPTIMIZE_FOR_INSTALL_CONVERSION_VOLUME
public static final UniversalAppBiddingStrategyGoalType OPTIMIZE_FOR_IN_APP_CONVERSION_VOLUME
public static final UniversalAppBiddingStrategyGoalType OPTIMIZE_FOR_TOTAL_CONVERSION_VALUE
public static final UniversalAppBiddingStrategyGoalType OPTIMIZE_FOR_TARGET_IN_APP_CONVERSION
public static final UniversalAppBiddingStrategyGoalType OPTIMIZE_FOR_RETURN_ON_ADVERTISING_SPEND
public static UniversalAppBiddingStrategyGoalType[] values()
for (UniversalAppBiddingStrategyGoalType c : UniversalAppBiddingStrategyGoalType.values()) System.out.println(c);
public static UniversalAppBiddingStrategyGoalType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static UniversalAppBiddingStrategyGoalType fromValue(String v)
Copyright © 2023. All rights reserved.