create_responsive_search_ad
Create responsive search ads in Google Ads with multiple headline and description variations to automatically test and show the best performing combinations.
Instructions
Create a responsive search ad (RSA).
RSAs dynamically combine headlines and descriptions to show the best performing combinations. Google recommends providing many variations for optimal performance.
Args: ad_group_id: Ad group ID to add the ad to headlines: List of headline variations (3-15 required). Each headline max 30 characters. descriptions: List of description variations (2-4 required). Each description max 90 characters. final_url: Landing page URL where users go after clicking customer_id: Target customer ID (optional if set in config) path1: Display URL path 1 (max 15 chars, e.g., "products") path2: Display URL path 2 (max 15 chars, e.g., "shoes") dry_run: If True, validate but don't execute
Returns: Result with success status, resource_name, and ad_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_group_id | Yes | ||
| headlines | Yes | ||
| descriptions | Yes | ||
| final_url | Yes | ||
| customer_id | No | ||
| path1 | No | ||
| path2 | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||