Struct google_api_proto::google::ads::googleads::v15::common::MaximizeConversionValue
source · pub struct MaximizeConversionValue {
pub target_roas: f64,
pub cpc_bid_ceiling_micros: i64,
pub cpc_bid_floor_micros: i64,
}
Expand description
An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.
Fields§
§target_roas: f64
The target return on ad spend (ROAS) option. If set, the bid strategy will maximize revenue while averaging the target return on ad spend. If the target ROAS is high, the bid strategy may not be able to spend the full budget. If the target ROAS is not set, the bid strategy will aim to achieve the highest possible ROAS for the budget.
cpc_bid_ceiling_micros: i64
Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.
cpc_bid_floor_micros: i64
Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.
Trait Implementations§
source§impl Clone for MaximizeConversionValue
impl Clone for MaximizeConversionValue
source§fn clone(&self) -> MaximizeConversionValue
fn clone(&self) -> MaximizeConversionValue
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for MaximizeConversionValue
impl Debug for MaximizeConversionValue
source§impl Default for MaximizeConversionValue
impl Default for MaximizeConversionValue
source§impl Message for MaximizeConversionValue
impl Message for MaximizeConversionValue
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for MaximizeConversionValue
impl PartialEq for MaximizeConversionValue
source§fn eq(&self, other: &MaximizeConversionValue) -> bool
fn eq(&self, other: &MaximizeConversionValue) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for MaximizeConversionValue
impl StructuralPartialEq for MaximizeConversionValue
Auto Trait Implementations§
impl Freeze for MaximizeConversionValue
impl RefUnwindSafe for MaximizeConversionValue
impl Send for MaximizeConversionValue
impl Sync for MaximizeConversionValue
impl Unpin for MaximizeConversionValue
impl UnwindSafe for MaximizeConversionValue
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<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