> ## 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 Conversion Action

> Create a new conversion action in Google Ads (dummy / testing)

Create a new conversion action in Google Ads (dummy / testing).

|                       |                                 |
| --------------------- | ------------------------------- |
| **App**               | Google Ads                      |
| **Operation ID**      | `gads_create_conversion_action` |
| **Type**              | Action                          |
| **Connection**        | `gads` (required)               |
| **Credits per run**   | Free                            |
| **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    |
| `conversion_type` | string or SelectableOption                                        | No       | -       | Conversion action type. Options: 'page\_view', 'purchase', 'lead' |
| `name`            | string                                                            | Yes      | -       | Name for the new conversion action                                |

### 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. |

### SelectableOption

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

## Output

**Type**: `str`

Returns success message confirming conversion action creation.
