google_ads_set_device_bid_adjustments
Set bid adjustments for mobile, desktop, and tablet devices. Adjust modifiers from 0.1 to 10.0 to increase or decrease bids based on device type.
Instructions
Set bid adjustments for different device types.
Bid modifiers allow you to increase or decrease bids based on the device used by the searcher. Values range from 0.1 (90% decrease) to 10.0 (900% increase).
Common adjustments:
1.0 = No change (default)
1.5 = Increase bids by 50%
0.7 = Decrease bids by 30%
0.1 = Decrease bids by 90% (effectively pause)
Args: customer_id: Customer ID (without hyphens) campaign_id: Campaign ID mobile_modifier: Bid modifier for mobile devices (0.1 to 10.0) desktop_modifier: Bid modifier for desktop devices (0.1 to 10.0) tablet_modifier: Bid modifier for tablet devices (0.1 to 10.0)
Returns: Success message with applied adjustments
Example: google_ads_set_device_bid_adjustments( customer_id="1234567890", campaign_id="111111111", mobile_modifier=1.3, # Increase mobile bids by 30% desktop_modifier=1.0, # No change for desktop tablet_modifier=0.8 # Decrease tablet bids by 20% )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| campaign_id | Yes | ||
| mobile_modifier | No | ||
| desktop_modifier | No | ||
| tablet_modifier | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |