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

> Upload image assets and link them to Google Ads campaigns or ad groups

Upload image assets and link them to Google Ads campaigns or ad groups

|                       |                           |
| --------------------- | ------------------------- |
| **App**               | Google Ads                |
| **Operation ID**      | `gads_create_image_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                                                           |
| `level`        | string or SelectableOption                                        | Yes      | -       | Choose where to attach the image assets. Available options: 'CAMPAIGN', 'AD\_GROUP'                                      |
| `campaign_ids` | array of string or SelectItem                                     | No       | -       | Select one or more campaigns to attach the image assets (required if level is CAMPAIGN)                                  |
| `ad_group_ids` | array of string or SelectItem                                     | No       | -       | Select one or more ad groups to attach the image assets (required if level is AD\_GROUP)                                 |
| `image_urls`   | array of string                                                   | Yes      | -       | Images to upload as image assets. Accepts direct image URLs or Google Drive share links (set to 'Anyone with the link'). |
| `status`       | string or SelectableOption                                        | No       | -       | Status of the image asset links. Available options: 'ENABLED', 'PAUSED'. Default: 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 image asset details.

**Fields**: `image_asset_ids`, `images_created`
