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

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

Create description text assets and attach them to Google Ads campaigns

|                       |                                 |
| --------------------- | ------------------------------- |
| **App**               | Google Ads                      |
| **Operation ID**      | `gads_create_description_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 description or multiple descriptions at once. Available options: 'single' (Single Description), 'bulk' (Multiple Descriptions)                                                                     |
| `campaign_ids`     | array of string or SelectItem                                     | No       | -       | Select one or more campaigns to attach the description asset                                                                                                                                                                         |
| `description_text` | string                                                            | No       | -       | The description text (max 90 characters)                                                                                                                                                                                             |
| `status`           | string or SelectableOption                                        | No       | -       | Status of the description 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), 'description\_text' (max 90 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 description asset details.

**Fields**: `description_asset_ids`, `descriptions_created`
