Struct google_api_proto::google::ads::googleads::v17::common::MaximizeConversions
source · pub struct MaximizeConversions {
pub cpc_bid_ceiling_micros: i64,
pub cpc_bid_floor_micros: i64,
pub target_cpa_micros: i64,
}
Expand description
An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.
Fields§
§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.
target_cpa_micros: i64
The target cost-per-action (CPA) option. This is the average amount that you would like to spend per conversion action specified in micro units of the bidding strategy’s currency. If set, the bid strategy will get as many conversions as possible at or below the target cost-per-action. If the target CPA is not set, the bid strategy will aim to achieve the lowest possible CPA given the budget.
Trait Implementations§
source§impl Clone for MaximizeConversions
impl Clone for MaximizeConversions
source§fn clone(&self) -> MaximizeConversions
fn clone(&self) -> MaximizeConversions
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for MaximizeConversions
impl Debug for MaximizeConversions
source§impl Default for MaximizeConversions
impl Default for MaximizeConversions
source§impl Message for MaximizeConversions
impl Message for MaximizeConversions
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 MaximizeConversions
impl PartialEq for MaximizeConversions
source§fn eq(&self, other: &MaximizeConversions) -> bool
fn eq(&self, other: &MaximizeConversions) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for MaximizeConversions
impl StructuralPartialEq for MaximizeConversions
Auto Trait Implementations§
impl Freeze for MaximizeConversions
impl RefUnwindSafe for MaximizeConversions
impl Send for MaximizeConversions
impl Sync for MaximizeConversions
impl Unpin for MaximizeConversions
impl UnwindSafe for MaximizeConversions
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