AdsApp.​BiddingStrategyArgs

The set of arguments that may be set when applying a bidding strategy to a campaign.

Properties:

MemberTypeDescription
cpcBidCeiling double The maximum cpc bid specified in the account's currency.
enhancedCpcEnabled boolean A boolean indicating whether enhanced cpc is enabled.
locationFraction double The desired percentage (0-100) of ads to show for the targeted location.
locationType String The targeted location for ads.
targetRoas double The desired revenue per unit of spend.

property cpcBidCeiling

Type: double

The maximum cpc bid specified in the account's currency.

property enhancedCpcEnabled

Type: boolean

A boolean indicating whether enhanced cpc is enabled.

property locationFraction

Type: double

The desired percentage (0-100) of ads to show for the targeted location.

property locationType

Type: String

The targeted location for ads.

property targetRoas

Type: double

The desired revenue per unit of spend. Must be between 0.01 and 1000.0 inclusive.