← ClaudeAtlas

google-tagmanagerlisted

Comprehensive Google Tag Manager guide covering container setup, tags, triggers, variables, data layer, debugging, custom templates, and API automation. Use when working with GTM implementation, configuration, dataLayer push design, custom tag/template building, server-side container setup, GTM API automation, optimisation, or troubleshooting. Do NOT use for direct gtag.js/GA4 setup that bypasses GTM (use the google-analytics skill), Adobe Launch, Tealium, or other non-GTM tag management systems.
henkisdabro/wookstar-claude-plugins · ★ 86 · Data & Documents · score 75
Install: claude install-skill henkisdabro/wookstar-claude-plugins
# Google Tag Manager ## Overview Expertise for Google Tag Manager (GTM) covering container setup, tag configuration, triggers, variables, data layer implementation, debugging, custom templates, and API automation. See the reference files below for detailed guidance on each topic. ## When to Use This Skill Invoke when setting up or configuring GTM containers, tags, triggers, or variables; implementing the data layer; debugging with Preview mode or Tag Assistant; building custom templates; automating via the REST API; or optimising container performance and consent management. ## Quick Start 1. Create a GTM account at [tagmanager.google.com](https://tagmanager.google.com) 2. Create a container (Web, iOS, Android, or Server) 3. Install the container snippet - see [setup.md](references/setup.md) 4. Configure tags, triggers, and variables 5. Test in Preview mode - see [debugging.md](references/debugging.md) 6. Publish ### Basic Tag Configuration ```text Example: Google Tag (GA4) Tag Type: Google Tag Tag ID: G-XXXXXXXXXX Trigger: All Pages ``` See [tags.md](references/tags.md) for comprehensive tag documentation. ### Data Layer Push ```javascript window.dataLayer = window.dataLayer || []; dataLayer.push({ 'event': 'custom_event', 'category': 'engagement', 'action': 'button_click', 'label': 'CTA Button' }); ``` See [datalayer.md](references/datalayer.md) for data layer patterns. ## Core Concepts **Tags** are snippets of code that execute on your site (e.g., GA4