> ## 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 Headline Asset

> Create headline text assets and attach them to Google Ads campaigns

Create headline text assets and attach them to Google Ads campaigns

|                       |                              |
| --------------------- | ---------------------------- |
| **App**               | Google Ads                   |
| **Operation ID**      | `gads_create_headline_asset` |
| **Type**              | Action                       |
| **Connection**        | `gads` (required)            |
| **Credits per run**   | 1                            |
| **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 headline or multiple headlines at once. Available options: 'single' (Single Headline), 'bulk' (Multiple Headlines)                                                                              |
| `campaign_ids`    | array of string or SelectItem                                     | No       | -       | Select one or more campaigns to attach the headline asset                                                                                                                                                                         |
| `headline_text`   | string                                                            | No       | -       | The headline text (max 30 characters)                                                                                                                                                                                             |
| `status`          | string or SelectableOption                                        | No       | -       | Status of the headline asset. Available options: 'ENABLED', 'PAUSED'. Default: ENABLED                                                                                                                                            |
| `structured_data` | array (also accepts a comma-separated string)                     | No       | -       | Use only when update\_type is 'bulk'. CSV/JSON data with required columns: 'campaign\_id' (comma-separated for multiple), 'headline\_text' (max 30 characters). Optional columns: 'status' (ENABLED/PAUSED, defaults to ENABLED). |

### 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 headline asset details.

**Fields**: `headline_asset_ids`, `headlines_created`
