create_responsive_search_ad
Create responsive search ads for Google Ads Search campaigns by supplying headlines, descriptions, and final URLs, letting Google automatically test combinations to optimize performance.
Instructions
Create a Responsive Search Ad (RSA) for Search campaigns.
Google will automatically test combinations of headlines and descriptions.
Args: customer_id: Google Ads customer ID. ad_group_id: Ad group ID (must be in a Search campaign). headlines: 3-15 headline strings (max 30 chars each). descriptions: 2-4 description strings (max 90 chars each). final_urls: List of landing page URLs (at least one required). path1: Optional display URL path 1 (max 15 chars). path2: Optional display URL path 2 (max 15 chars, requires path1). status: Ad status -- 'ENABLED' (default) or 'PAUSED'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path1 | No | ||
| path2 | No | ||
| status | No | ENABLED | |
| headlines | Yes | ||
| final_urls | Yes | ||
| ad_group_id | Yes | ||
| customer_id | Yes | ||
| descriptions | Yes |