Enum google_api_proto::google::ads::googleads::v16::resources::bidding_strategy::Scheme
source · pub enum Scheme {
EnhancedCpc(EnhancedCpc),
MaximizeConversionValue(MaximizeConversionValue),
MaximizeConversions(MaximizeConversions),
TargetCpa(TargetCpa),
TargetImpressionShare(TargetImpressionShare),
TargetRoas(TargetRoas),
TargetSpend(TargetSpend),
}
Expand description
The bidding scheme.
Only one can be set.
Variants§
EnhancedCpc(EnhancedCpc)
A bidding strategy that raises bids for clicks that seem more likely to lead to a conversion and lowers them for clicks where they seem less likely.
MaximizeConversionValue(MaximizeConversionValue)
An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.
MaximizeConversions(MaximizeConversions)
An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.
TargetCpa(TargetCpa)
A bidding strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.
A bidding strategy that automatically optimizes towards a chosen percentage of impressions.
TargetRoas(TargetRoas)
A bidding strategy that helps you maximize revenue while averaging a specific target Return On Ad Spend (ROAS).
TargetSpend(TargetSpend)
A bid strategy that sets your bids to help get as many clicks as possible within your budget.
Implementations§
source§impl Scheme
impl Scheme
sourcepub fn merge(
field: &mut Option<Scheme>,
tag: u32,
wire_type: WireType,
buf: &mut impl Buf,
ctx: DecodeContext,
) -> Result<(), DecodeError>
pub fn merge( field: &mut Option<Scheme>, tag: u32, wire_type: WireType, buf: &mut impl Buf, ctx: DecodeContext, ) -> Result<(), DecodeError>
Decodes an instance of the message from a buffer, and merges it into self.
sourcepub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
source§impl PartialEq for Scheme
impl PartialEq for Scheme
impl Copy for Scheme
impl StructuralPartialEq for Scheme
Auto Trait Implementations§
impl Freeze for Scheme
impl RefUnwindSafe for Scheme
impl Send for Scheme
impl Sync for Scheme
impl Unpin for Scheme
impl UnwindSafe for Scheme
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