gtm_tag_create
Create a tag in a Google Tag Manager workspace by providing the raw tag object with its type and parameters.
Instructions
Tag Manager: create a tag in a workspace. Pass the raw GTM tag object (type + parameters).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | GTM Tag resource, e.g. {"name":"GA4 Config","type":"googtag","parameter":[{"type":"template","key":"tagId","value":"G-XXXX"}]} | |
| account_id | Yes | ||
| container_id | Yes | ||
| workspace_id | Yes |