> ## 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 Client Account

> Create a new Google Ads client account under a manager (MCC) account, setting its name, currency, and timezone

Create a new Google Ads client account under a manager (MCC) account, setting its name, currency, and timezone

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

## Inputs

| Field                   | Type                                                              | Required | Default | Description                                                                                                                                                 |
| ----------------------- | ----------------------------------------------------------------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `manager_account`       | GadsAccountItem or object or array of object or string or integer | Yes      | -       | The manager (MCC) account ID under which the new client account is created, for example '123-456-7890'. Must be a manager account the user has access to    |
| `account_name`          | string                                                            | Yes      | -       | Descriptive name for the new client account                                                                                                                 |
| `currency_code`         | string                                                            | Yes      | -       | ISO 4217 currency code the new account operates in, for example 'USD'. Immutable after creation                                                             |
| `time_zone`             | string                                                            | Yes      | -       | IANA timezone ID for the new account, for example 'Asia/Dubai' or 'America/New\_York'. Immutable after creation                                             |
| `tracking_url_template` | string                                                            | No       | -       | Optional URL template for constructing tracking URLs, for example '\{lpurl}?device=\{device}'                                                               |
| `email_address`         | string                                                            | No       | -       | Optional email address of a user to invite as a user on the new account. Google restricts this to allowlisted customers; most callers should leave it empty |
| `access_role`           | string or SelectableOption                                        | No       | -       | Role for the invited user. Options: 'ADMIN', 'STANDARD', 'READ\_ONLY', 'EMAIL\_ONLY'. Requires email\_address, and is restricted to allowlisted customers   |
| `validate_only`         | boolean                                                           | No       | `False` | When true, validates the request without creating the account. Only errors are returned                                                                     |

### 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**: `Dict`

Returns the created client account details.

**Fields**: `customer_id`, `resource_name`, `account_name`, `manager_customer_id`
