gtm-general

Explain Google Tag Manager concepts and plan container implementations.

77|9|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/henkisdabro/claudecode-marketplace --skill gtm-general
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gtm-general
Source: https://github.com/henkisdabro/claudecode-marketplace/tree/main/gtm-suite/skills/gtm-general
Command: npx skills add https://github.com/henkisdabro/claudecode-marketplace --skill gtm-general

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides high-level GTM guidance and routes to specialized GTM skills for more detailed task execution.

Core Features & Use Cases

  • Foundations: GTM architecture, container structure, workspaces, and versions.
  • Routing: Clear path to GTM Tags, Triggers, Variables, Data Layer, and setup skills.
  • Decision Aid: Helps plan GTM implementations and select appropriate skills.

Quick Start

Learn core GTM concepts, then follow recommended skills for Tags, Triggers, and Data Layer implementation.

Frequently Asked Questions about gtm-general

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is Google Tag Manager and how does its architecture work?

Google Tag Manager is a container-based tag management system that organizes tracking through accounts, containers, workspaces, and versions. Its architecture separates tags, triggers, and variables to enable flexible deployment across web, mobile, and server-side environments without hardcoding implementation details.

How do I plan a GTM container deployment for my website?

Start by defining your account structure, then design a container for your web environment. Set up workspaces for team collaboration, plan your data layer to feed variables, and decide which triggers and tags you need. GTM's versioning and workspace separation enable safe testing before publishing to production.

Should I use Google Tag Manager or hardcoded tracking?

GTM centralizes tag management, reduces development dependency, and simplifies updates through its UI without code changes. Hardcoding is tighter but less flexible. GTM suits most organizations needing rapid iteration, multi-team access, and easier maintenance of tracking logic.

What are GTM triggers, tags, and variables, and how do they connect?

Variables store data or user behavior signals. Triggers define conditions that fire when those signals occur. Tags execute actions when triggered. Together, they form GTM's core logic: variables feed triggers, triggers activate tags, enabling event-driven tracking architecture.

Can I use Google Tag Manager for mobile and server-side tracking?

Yes. GTM supports web containers, mobile app containers for iOS and Android, and server-side containers for backend tracking. Each container type is tailored to its environment, allowing unified tag management across your full digital stack.

What's the difference between GTM workspaces and container versions?

Workspaces let multiple team members work simultaneously on configurations without affecting live tracking. Versions create snapshots of published container states. Workspaces enable collaboration; versions enable safe rollback and audit trails of production changes.