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

# Move Tag ID

> Moves a public tag ID (GTM-XXXXXX) out of a Google Tag Manager container into a newly created container

Moves a public tag ID (GTM-XXXXXX) out of a Google Tag Manager container into a newly created container. Used when splitting a container that serves multiple tag IDs.

|                       |                       |
| --------------------- | --------------------- |
| **App**               | Google Tag Manager    |
| **Operation ID**      | `gtm_move_tag_id`     |
| **Type**              | Action                |
| **Connection**        | `gtm` (required)      |
| **Credits per run**   | 1                     |
| **Agent / MCP tool**  | Yes                   |
| **Requires approval** | Yes (write operation) |

## Inputs

| Field                   | Type           | Required | Default | Description                                                                                                                                                   |
| ----------------------- | -------------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`               | DynamicAccount | Yes      | -       | Select the Google Tag Manager account.                                                                                                                        |
| `container`             | DynamicAccount | Yes      | -       | Select the container to move the tag ID out of.                                                                                                               |
| `tag_id`                | string         | Yes      | -       | The public tag ID to move out of the container into a newly created container, e.g. GTM-ABC123. Used when splitting a container that serves multiple tag IDs. |
| `tag_name`              | string         | No       | -       | Name for the container created for the moved tag ID.                                                                                                          |
| `copy_settings`         | boolean        | No       | -       | Copy the current container's settings to the new container.                                                                                                   |
| `copy_users`            | boolean        | No       | -       | Copy the current container's user permissions to the new container.                                                                                           |
| `copy_terms_of_service` | boolean        | No       | -       | Must be set to true to accept the terms of service agreements copied from the current container to the new container.                                         |

## Output

**Type**: `Dict`

Returns the newly created container as provided by the Tag Manager API.
