Enum googapis::google::ads::googleads::v9::enums::bidding_strategy_type_enum::BiddingStrategyType[][src]

#[repr(i32)]
pub enum BiddingStrategyType {
Show 18 variants Unspecified, Unknown, Commission, EnhancedCpc, Invalid, ManualCpc, ManualCpm, ManualCpv, MaximizeConversions, MaximizeConversionValue, PageOnePromoted, PercentCpc, TargetCpa, TargetCpm, TargetImpressionShare, TargetOutrankShare, TargetRoas, TargetSpend,
}
Expand description

Enum describing possible bidding strategy types.

Variants

Unspecified

Not specified.

Unknown

Used for return value only. Represents value unknown in this version.

Commission

Commission is an automatic bidding strategy in which the advertiser pays a certain portion of the conversion value.

EnhancedCpc

Enhanced CPC is 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.

Invalid

Used for return value only. Indicates that a campaign does not have a bidding strategy. This prevents the campaign from serving. For example, a campaign may be attached to a manager bidding strategy and the serving account is subsequently unlinked from the manager account. In this case the campaign will automatically be detached from the now inaccessible manager bidding strategy and transition to the INVALID bidding strategy type.

ManualCpc

Manual click based bidding where user pays per click.

ManualCpm

Manual impression based bidding where user pays per thousand impressions.

ManualCpv

A bidding strategy that pays a configurable amount per video view.

MaximizeConversions

A bidding strategy that automatically maximizes number of conversions given a daily budget.

MaximizeConversionValue

An automated bidding strategy that automatically sets bids to maximize revenue while spending your budget.

PageOnePromoted

Page-One Promoted bidding scheme, which sets max cpc bids to target impressions on page one or page one promoted slots on google.com. This enum value is deprecated.

PercentCpc

Percent Cpc is bidding strategy where bids are a fraction of the advertised price for some good or service.

TargetCpa

Target CPA is an automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.

TargetCpm

Target CPM is an automated bid strategy that sets bids to help get as many impressions as possible at the target cost per one thousand impressions (CPM) you set.

TargetImpressionShare

An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).

TargetOutrankShare

Target Outrank Share is an automated bidding strategy that sets bids based on the target fraction of auctions where the advertiser should outrank a specific competitor. This enum value is deprecated.

TargetRoas

Target ROAS is an automated bidding strategy that helps you maximize revenue while averaging a specific target Return On Average Spend (ROAS).

TargetSpend

Target Spend is an automated bid strategy that sets your bids to help get as many clicks as possible within your budget.

Implementations

Returns true if value is a variant of BiddingStrategyType.

Converts an i32 to a BiddingStrategyType, or None if value is not a valid variant.

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

Returns the “default value” for a type. Read more

Performs the conversion.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

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

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

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

Compare self to key and return true if they are equal.

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