Enum google_api_proto::google::ads::googleads::v15::enums::app_bidding_goal_enum::AppBiddingGoal
source · #[repr(i32)]pub enum AppBiddingGoal {
Unspecified = 0,
Unknown = 1,
OptimizeForInstallConversionVolume = 2,
OptimizeForInAppConversionVolume = 3,
OptimizeForTotalConversionValue = 4,
OptimizeForTargetInAppConversion = 5,
OptimizeForReturnOnAdvertisingSpend = 6,
OptimizeForInstallConversionVolumeWithoutTargetCpi = 7,
OptimizeForPreRegistrationConversionVolume = 8,
}
Expand description
Represents the goal towards which the bidding strategy, of an app campaign, should optimize for.
Variants§
Unspecified = 0
Not specified.
Unknown = 1
Represents value unknown in this version of the API.
OptimizeForInstallConversionVolume = 2
The bidding strategy of the app campaign should aim to maximize installation of the app.
OptimizeForInAppConversionVolume = 3
The bidding strategy of the app campaign should aim to maximize the selected in-app conversions’ volume.
OptimizeForTotalConversionValue = 4
The bidding strategy of the app campaign should aim to maximize all conversions’ value, that is, install and selected in-app conversions.
OptimizeForTargetInAppConversion = 5
The bidding strategy of the app campaign should aim to maximize just the selected in-app conversion’s volume, while achieving or exceeding target cost per in-app conversion.
OptimizeForReturnOnAdvertisingSpend = 6
The bidding strategy of the app campaign should aim to maximize all conversions’ value, that is, install and selected in-app conversions while achieving or exceeding target return on advertising spend.
OptimizeForInstallConversionVolumeWithoutTargetCpi = 7
This bidding strategy of the app campaign should aim to maximize installation of the app without advertiser-provided target cost-per-install.
OptimizeForPreRegistrationConversionVolume = 8
This bidding strategy of the app campaign should aim to maximize pre-registration of the app.
Implementations§
source§impl AppBiddingGoal
impl AppBiddingGoal
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for AppBiddingGoal
impl Clone for AppBiddingGoal
source§fn clone(&self) -> AppBiddingGoal
fn clone(&self) -> AppBiddingGoal
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AppBiddingGoal
impl Debug for AppBiddingGoal
source§impl Default for AppBiddingGoal
impl Default for AppBiddingGoal
source§fn default() -> AppBiddingGoal
fn default() -> AppBiddingGoal
source§impl From<AppBiddingGoal> for i32
impl From<AppBiddingGoal> for i32
source§fn from(value: AppBiddingGoal) -> i32
fn from(value: AppBiddingGoal) -> i32
source§impl Hash for AppBiddingGoal
impl Hash for AppBiddingGoal
source§impl Ord for AppBiddingGoal
impl Ord for AppBiddingGoal
source§fn cmp(&self, other: &AppBiddingGoal) -> Ordering
fn cmp(&self, other: &AppBiddingGoal) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for AppBiddingGoal
impl PartialEq for AppBiddingGoal
source§fn eq(&self, other: &AppBiddingGoal) -> bool
fn eq(&self, other: &AppBiddingGoal) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for AppBiddingGoal
impl PartialOrd for AppBiddingGoal
source§fn partial_cmp(&self, other: &AppBiddingGoal) -> Option<Ordering>
fn partial_cmp(&self, other: &AppBiddingGoal) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for AppBiddingGoal
impl TryFrom<i32> for AppBiddingGoal
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<AppBiddingGoal, UnknownEnumValue>
fn try_from(value: i32) -> Result<AppBiddingGoal, UnknownEnumValue>
impl Copy for AppBiddingGoal
impl Eq for AppBiddingGoal
impl StructuralPartialEq for AppBiddingGoal
Auto Trait Implementations§
impl Freeze for AppBiddingGoal
impl RefUnwindSafe for AppBiddingGoal
impl Send for AppBiddingGoal
impl Sync for AppBiddingGoal
impl Unpin for AppBiddingGoal
impl UnwindSafe for AppBiddingGoal
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request