Enum googapis::google::ads::googleads::v9::resources::bidding_strategy::Scheme[][src]

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.

Tuple Fields of EnhancedCpc

0: EnhancedCpc
MaximizeConversionValue(MaximizeConversionValue)

An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.

Tuple Fields of MaximizeConversionValue

0: MaximizeConversionValue
MaximizeConversions(MaximizeConversions)

An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.

Tuple Fields of MaximizeConversions

0: MaximizeConversions
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.

Tuple Fields of TargetCpa

0: TargetCpa
TargetImpressionShare(TargetImpressionShare)

A bidding strategy that automatically optimizes towards a desired percentage of impressions.

Tuple Fields of TargetImpressionShare

0: TargetImpressionShare
TargetRoas(TargetRoas)

A bidding strategy that helps you maximize revenue while averaging a specific target Return On Ad Spend (ROAS).

Tuple Fields of TargetRoas

0: TargetRoas
TargetSpend(TargetSpend)

A bid strategy that sets your bids to help get as many clicks as possible within your budget.

Tuple Fields of TargetSpend

0: TargetSpend

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more