> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Responsive Display Ad

> Creates responsive display ads (RDA) with images, videos, and text that automatically optimize across Google's display network

Creates responsive display ads (RDA) with images, videos, and text that automatically optimize across Google's display network.

|                       |                                     |
| --------------------- | ----------------------------------- |
| **App**               | Google Ads                          |
| **Operation ID**      | `gads_create_responsive_display_ad` |
| **Type**              | Action                              |
| **Connection**        | `gads` (required)                   |
| **Credits per run**   | 2                                   |
| **Agent / MCP tool**  | Yes                                 |
| **Requires approval** | Yes (write operation)               |

## Inputs

| Field                     | Type                                                              | Required | Default | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ------------------------- | ----------------------------------------------------------------- | -------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`                 | GadsAccountItem or object or array of object or string or integer | Yes      | -       | Select the Google Ads account, ask user for it if not provided                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `update_type`             | string or SelectableOption                                        | Yes      | -       | Choose whether to create a single ad or multiple ads at once. Available options: 'single' (Single Ad), 'bulk' (Multiple Ads)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `ad_group_id`             | string or SelectItem                                              | No       | -       | Select the ad group for this ad                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `ad_status`               | string or SelectItem                                              | No       | -       | Select the status for the ad. Available options: 'ENABLED', 'PAUSED'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `marketing_images`        | array of string                                                   | No       | -       | Marketing images. Accepts direct image URLs or Google Drive share links (set to 'Anyone with the link'). 1-15 items, 1.91:1 aspect ratio, min 600x314px.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `square_marketing_images` | array of string                                                   | No       | -       | Square marketing images. Accepts direct image URLs or Google Drive share links (set to 'Anyone with the link'). 1-15 items combined with marketing\_images, 1:1 aspect ratio, min 300x300px.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `logo_images`             | array of string                                                   | No       | -       | Logo images. Accepts direct image URLs or Google Drive share links (set to 'Anyone with the link'). Max 5 items combined with square\_logo\_images, 4:1 aspect ratio, min 512x128px.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `square_logo_images`      | array of string                                                   | No       | -       | Square logo images. Accepts direct image URLs or Google Drive share links (set to 'Anyone with the link'). Max 5 items combined with logo\_images, 1:1 aspect ratio, min 128x128px.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `headlines`               | array of string                                                   | No       | -       | List of short headlines (1-5 items, max 30 characters each). Required for single mode.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `long_headline`           | string                                                            | No       | -       | One long headline (max 90 characters). Required for single mode.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `descriptions`            | array of string                                                   | No       | -       | List of descriptions (1-5 items, max 90 characters each). Required for single mode.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `business_name`           | string                                                            | No       | -       | Your business name (max 25 characters). Required for single mode.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `final_url`               | string                                                            | No       | -       | The landing page URL where users will go when they click the ad (e.g., `https://example.com`)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `call_to_action_text`     | string                                                            | No       | -       | Call to action button text (optional, max 30 characters). Use plain text like 'Learn more' or 'Shop now'; no underscores needed.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `youtube_videos`          | array of string                                                   | No       | -       | List of YouTube video URLs, including youtube.com or youtu.be links (max 5 items). Optional.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `main_color`              | string                                                            | No       | -       | Main ad color in hex format (e.g., #FF5733). Requires accent\_color if set.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `accent_color`            | string                                                            | No       | -       | Accent color in hex format (e.g., #FFFFFF). Requires main\_color if set.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `structured_data`         | array (also accepts a comma-separated string)                     | No       | -       | Use only when update\_type is 'bulk'. CSV/JSON data with required columns: 'ad\_group\_id', 'final\_url', 'business\_name', 'long\_headline', 'headlines' (list of strings, 1-5 items, max 30 chars each), 'descriptions' (list of strings, 1-5 items, max 90 chars each), and at least one of 'marketing\_image\_1' or 'square\_marketing\_image\_1'. Image columns accept direct image URLs or Google Drive share links (set to 'Anyone with the link'). YouTube video columns accept youtube.com or youtu.be links. Optional columns: 'marketing\_image\_2' to 'marketing\_image\_15', 'square\_marketing\_image\_2' to 'square\_marketing\_image\_15', 'logo\_image\_1' to 'logo\_image\_5', 'square\_logo\_image\_1' to 'square\_logo\_image\_5', 'youtube\_video\_1' to 'youtube\_video\_5', 'call\_to\_action\_text', 'main\_color', 'accent\_color', 'ad\_status' (defaults to PAUSED if not provided). |

### GadsAccountItem

| Field       | Type   | Required | Default | Description                                                                                                                                                    |
| ----------- | ------ | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `value`     | string | Yes      | -       |                                                                                                                                                                |
| `label`     | string | Yes      | -       |                                                                                                                                                                |
| `managerId` | string | Yes      | -       | The manager ID for the Google Ads account. Ask  user to use the dropdown to select accounts, this manager id is selected background and not shown to the user. |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `Dict`

Returns created ads details.

**Fields**: `created_ads`, `created_count`
