Enum google_api_proto::google::ads::searchads360::v0::resources::campaign::CampaignBiddingStrategy
source · pub enum CampaignBiddingStrategy {
BiddingStrategy(String),
ManualCpa(ManualCpa),
ManualCpc(ManualCpc),
ManualCpm(ManualCpm),
MaximizeConversions(MaximizeConversions),
MaximizeConversionValue(MaximizeConversionValue),
TargetCpa(TargetCpa),
TargetImpressionShare(TargetImpressionShare),
TargetRoas(TargetRoas),
TargetSpend(TargetSpend),
PercentCpc(PercentCpc),
TargetCpm(TargetCpm),
}
Expand description
The bidding strategy for the campaign.
Must be either portfolio (created through BiddingStrategy service) or standard, that is embedded into the campaign.
Variants§
BiddingStrategy(String)
Portfolio bidding strategy used by campaign.
ManualCpa(ManualCpa)
Standard Manual CPA bidding strategy. Manual bidding strategy that allows advertiser to set the bid per advertiser-specified action. Supported only for Local Services campaigns.
ManualCpc(ManualCpc)
Standard Manual CPC bidding strategy. Manual click-based bidding where user pays per click.
ManualCpm(ManualCpm)
Standard Manual CPM bidding strategy. Manual impression-based bidding where user pays per thousand impressions.
MaximizeConversions(MaximizeConversions)
Standard Maximize Conversions bidding strategy that automatically maximizes number of conversions while spending your budget.
MaximizeConversionValue(MaximizeConversionValue)
Standard Maximize Conversion Value bidding strategy that automatically sets bids to maximize revenue while spending your budget.
TargetCpa(TargetCpa)
Standard Target CPA bidding strategy that automatically sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.
Target Impression Share bidding strategy. An automated bidding strategy that sets bids to achieve a chosen percentage of impressions.
TargetRoas(TargetRoas)
Standard Target ROAS bidding strategy that automatically maximizes revenue while averaging a specific target return on ad spend (ROAS).
TargetSpend(TargetSpend)
Standard Target Spend bidding strategy that automatically sets your bids to help get as many clicks as possible within your budget.
PercentCpc(PercentCpc)
Standard Percent Cpc bidding strategy where bids are a fraction of the advertised price for some good or service.
TargetCpm(TargetCpm)
A bidding strategy that automatically optimizes cost per thousand impressions.
Implementations§
source§impl CampaignBiddingStrategy
impl CampaignBiddingStrategy
sourcepub fn merge(
field: &mut Option<CampaignBiddingStrategy>,
tag: u32,
wire_type: WireType,
buf: &mut impl Buf,
ctx: DecodeContext,
) -> Result<(), DecodeError>
pub fn merge( field: &mut Option<CampaignBiddingStrategy>, 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 Clone for CampaignBiddingStrategy
impl Clone for CampaignBiddingStrategy
source§fn clone(&self) -> CampaignBiddingStrategy
fn clone(&self) -> CampaignBiddingStrategy
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CampaignBiddingStrategy
impl Debug for CampaignBiddingStrategy
source§impl PartialEq for CampaignBiddingStrategy
impl PartialEq for CampaignBiddingStrategy
source§fn eq(&self, other: &CampaignBiddingStrategy) -> bool
fn eq(&self, other: &CampaignBiddingStrategy) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CampaignBiddingStrategy
Auto Trait Implementations§
impl Freeze for CampaignBiddingStrategy
impl RefUnwindSafe for CampaignBiddingStrategy
impl Send for CampaignBiddingStrategy
impl Sync for CampaignBiddingStrategy
impl Unpin for CampaignBiddingStrategy
impl UnwindSafe for CampaignBiddingStrategy
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