google_ads_create_bidding_strategy
Create a portfolio bidding strategy to apply automated bidding across multiple campaigns, optimizing bids with targets like CPA, ROAS, or impression share.
Instructions
Create a portfolio bidding strategy for shared use across campaigns.
Portfolio bidding strategies allow you to apply the same automated bidding strategy across multiple campaigns, enabling Google's AI to optimize bids based on a larger pool of data.
Strategy Types:
TARGET_CPA: Optimize for target cost per acquisition
TARGET_ROAS: Optimize for target return on ad spend
MAXIMIZE_CONVERSIONS: Get the most conversions within budget
MAXIMIZE_CONVERSION_VALUE: Maximize total conversion value
TARGET_IMPRESSION_SHARE: Target specific impression share percentage
MANUAL_CPC: Manual bidding with optional enhanced CPC
Args: customer_id: Customer ID (without hyphens) strategy_name: Name for the bidding strategy (e.g., "High Value Customers") strategy_type: Strategy type (TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, etc.) target_cpa: Target cost per acquisition in currency units (required for TARGET_CPA) target_roas: Target return on ad spend as decimal (e.g., 4.0 = 400% ROAS) (for TARGET_ROAS) target_impression_share: Target impression share 0.0-1.0 (e.g., 0.75 = 75%) (for TARGET_IMPRESSION_SHARE) impression_share_location: Where to target impressions (ANYWHERE_ON_PAGE, TOP_OF_PAGE, ABSOLUTE_TOP_OF_PAGE) max_cpc_bid: Maximum CPC bid limit in currency units (optional for TARGET_IMPRESSION_SHARE) enhanced_cpc: Enable enhanced CPC for MANUAL_CPC strategy
Returns: Success message with strategy ID and configuration details
Example: google_ads_create_bidding_strategy( customer_id="1234567890", strategy_name="Target CPA - $25", strategy_type="TARGET_CPA", target_cpa=25.00 )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| strategy_name | Yes | ||
| strategy_type | Yes | ||
| target_cpa | No | ||
| target_roas | No | ||
| target_impression_share | No | ||
| impression_share_location | No | ||
| max_cpc_bid | No | ||
| enhanced_cpc | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |