Contents

AdGroupUpdate.BidStrategy

The request body for updating a bid strategy on an ad group or campaign.

Declaration

object AdGroupUpdate.BidStrategy

Properties

NameTypeDescription
bidStrategyTypeBidStrategyUpdate.BidStrategyType

The bid strategy type to apply. See BidStrategyType.

bidStrategyGoalBidStrategyUpdate.BidStrategyGoal

The optimization goal to apply. Must match bidStrategyType per the pairings above. See BidStrategyUpdate.BidStrategyGoal.

bidMoney

The monetary bid amount for manual bid strategies, setting the per-auction monetary ceiling. For MANUAL_CPT, this value directly governs auction participation. For automated strategies, it acts as an upper bound. See Money.

Discussion

Ad groups under an auto-bidding campaign (bidStrategyType of MAX_CONVERSIONS or MAX_ENGAGEMENTS) inherit their bid strategy from the campaign. For other ad groups, you can change both bidStrategyType and bidStrategyGoal, as long as you send them together and match one of these pairings: MANUAL_CPTTAP, MANUAL_CPMIMPRESSION, MAX_CONVERSIONSINSTALL, MAX_ENGAGEMENTSTAP.

See BidStrategyUpdate for the full field reference.