google_ads_create_shopping_campaign
Create a Google Shopping campaign to promote your Merchant Center products. Set budget, priority, and target ROAS for product ads on Google Search and Shopping.
Instructions
Create a Google Shopping campaign.
Shopping campaigns promote products from your Google Merchant Center account. They show product ads with images, prices, and store names on Google Search and Google Shopping.
Args: customer_id: Google Ads customer ID (10 digits, no hyphens) campaign_name: Name for the shopping campaign merchant_center_id: Your Merchant Center account ID budget_amount: Daily budget in currency units (e.g., 50.00 for $50/day) priority: Campaign priority (LOW, MEDIUM, HIGH) - affects bidding when multiple campaigns target the same product target_roas: Optional target return on ad spend (e.g., 3.0 for 300% ROAS) enable_local: Enable local inventory ads (requires local product feed)
Returns: Shopping campaign creation result
Example: google_ads_create_shopping_campaign( customer_id="1234567890", campaign_name="Holiday Shopping Campaign", merchant_center_id="123456789", budget_amount=100.00, priority="HIGH", target_roas=3.5 )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| campaign_name | Yes | ||
| merchant_center_id | Yes | ||
| budget_amount | Yes | ||
| priority | No | LOW | |
| target_roas | No | ||
| enable_local | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |