gtm_create_tag
Create a GTM tag by supplying the full tag resource as JSON along with account, container, and workspace IDs for precise deployment.
Instructions
Create a tag. tag_json is the full GTM Tag resource as a JSON string, e.g. {"name":"GA4 Config","type":"gaawc","parameter":[...], "firingTriggerId":["2147479553"]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_json | Yes | ||
| account_id | Yes | ||
| container_id | Yes | ||
| workspace_id | Yes |