AdGroupUpdate.BidStrategy
The request body for updating a bid strategy on an ad group or campaign.
Declaration
object AdGroupUpdate.BidStrategyProperties
| Name | Type | Description |
|---|---|---|
bidStrategyType | BidStrategyUpdate.BidStrategyType | The bid strategy type to apply. See BidStrategyType. |
bidStrategyGoal | BidStrategyUpdate.BidStrategyGoal | The optimization goal to apply. Must match |
bid | Money | The monetary bid amount for manual bid strategies, setting the per-auction monetary ceiling. For |
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_CPT↔TAP, MANUAL_CPM↔IMPRESSION, MAX_CONVERSIONS↔INSTALL, MAX_ENGAGEMENTS↔TAP.
See BidStrategyUpdate for the full field reference.