Google Ads / API Reference
google_ads_create_responsive_display_ad
Google Ads tool. Prefer the actions marked RECOMMENDED for everyday Google Ads workflows. Create a Responsive Display Ad in an existing ad group. Args: adgroup_id: The ad group ID (required). headlines: JSON array of headline strings, e.g. '["Headline 1", "Headline 2"]' (required). descriptions: JSON array of description strings (required). business_name: Business name shown in the ad, max 25 chars (required). final_url: Landing page URL (required). marketing_image_asset_id: Image asset ID from google_ads_upload_image_asset (required). logo_asset_id: Optional logo asset ID. customer_id: Google Ads customer ID. Leave blank to use default.
This is a write tool: it creates responsive display ad in your Google Ads account. Claude asks you to confirm before it runs.
Ask Claude
You do not call this tool yourself. Ask for the outcome and the client picks the tool:
Create responsive display ad in my Google Ads account for [adgroup id], [headlines], [descriptions].
It takes 6 required and 2 optional parameters.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
adgroup_id | string | Yes | Adgroup Id |
headlines | string | Yes | Headlines |
descriptions | string | Yes | Descriptions |
business_name | string | Yes | Business Name |
final_url | string | Yes | Final Url |
marketing_image_asset_id | string | Yes | Marketing Image Asset Id |
logo_asset_id | string | No | Logo Asset Id |
customer_id | string | No | Customer Id |
Related Google Ads tools
google_ads_create_responsive_search_adgoogle_ads_create_adgroupgoogle_ads_create_asset_groupgoogle_ads_create_budgetgoogle_ads_create_callout_assetgoogle_ads_create_campaign
Before you can call it
This tool needs a connected Google Ads account. The Google Ads connect guide covers the OAuth flow and the permissions it asks for, and the quickstart gets a client talking to the server in about five minutes.
Workflows that use this
Rather than calling tools one at a time, these skills run a whole procedure against the same account: