# Export GTM JSON

### How to export

1. Open your workspace canvas
2. Click the **project name dropdown** at the top
3. Click **Export GTM JSON**
4. JSON file downloads automatically

\[📸 IMAGE: Project name dropdown showing Export GTM JSON option]

***

### Pre-export checklist

| Item                       | How to check                      |
| -------------------------- | --------------------------------- |
| GA4 Measurement ID entered | Check right settings panel        |
| All tags have event names  | Click each tag node to verify     |
| Triggers connected to tags | Check canvas for connection lines |

> ⚠️ Missing GA4 Measurement ID may cause errors when importing into GTM.

***

### Exported JSON structure

```json
{
  "exportFormatVersion": 2,
  "exportTime": "2026-03-20 00:00:00",
  "containerVersion": {
    "tag": [...],
    "trigger": [...],
    "variable": [...],
    "builtInVariable": [...]
  }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://taviqo.gitbook.io/taviqo-docs/import-and-export/export-gtm-json.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
