Inputs
Output
Type:Dict
Returns the created client as provided by the Tag Manager API.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates a client in a Google Tag Manager workspace from a raw resource payload
| App | Google Tag Manager |
| Operation ID | gtm_create_client |
| Type | Action |
| Connection | gtm (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Google Tag Manager account. |
container | DynamicAccount | Yes | - | Select the container. |
workspace | DynamicAccount | Yes | - | Select the workspace. |
client_payload | object or string | Yes | - | Full Client resource (object or JSON string) matching the Google Tag Manager API v2 Client spec (server containers). Must include name and type (e.g. gaaw_client for GA4). Example: {“name”: “GA4 Client”, “type”: “gaaw_client”, “parameter”: [{“type”: “template”, “key”: “activateDefaultPaths”, “value”: “true”}]} |
Dict
Returns the created client as provided by the Tag Manager API.