gtm-tags

Configure GTM tags for GA4, Google Ads, and third-party pixels.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ["gtm-api"?], and includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance for configuring Google Tag Manager tags, covering GA4 configuration tags, event tags, and best practices to ensure accurate data collection with minimal maintenance.

Core Features & Use Cases

  • Tag Creation & Configuration: GA4 Configuration tags, GA4 Event tags, and third-party templates.
  • Parameter Mapping: Map data layer/variables to tag parameters for consistent data.
  • Trigger Alignment: Align triggers with tag firing for reliable data collection.
  • Quality Assurance: Guidance on testing tags in Preview/Debugger and validating outputs in GA4 DebugView.

Quick Start

Create a GA4 Configuration tag, then add a GA4 Event tag for a key action (e.g., form_submit) with parameters sourced from Data Layer Variables.

Frequently Asked Questions about gtm-tags

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

FAQPage Schema
How do I configure GA4 tags in Google Tag Manager?

Configure GA4 tags by creating a GA4 Configuration tag with your measurement ID, then add GA4 Event tags for specific actions like form submissions. Map data layer variables to tag parameters, assign appropriate triggers, and validate firing in GTM Preview before publishing.

What's the correct way to set up event tracking for GA4 in GTM?

Create a GA4 Event tag, select your GA4 Configuration tag as the parent, define the event name, and map event parameters from data layer variables. Assign triggers matching your event conditions and test via GTM Preview to confirm data appears in GA4 DebugView.

Can I track Google Ads conversions and remarketing through GTM?

Yes. Create Google Ads conversion tags and remarketing tags in GTM, configure them with your conversion IDs and parameters, and assign triggers for conversion events. Ensure proper tag firing order and test in Preview mode to verify tracking pixel firing.

How do I add Facebook Pixel, LinkedIn Insight, and TikTok Pixel to GTM?

Use third-party tag templates for Facebook Pixel, LinkedIn Insight, and TikTok Pixel in GTM. Configure pixel IDs and event mappings, use Custom HTML tags for custom parameters if needed, ensure ES5 compatibility, and validate firing through GTM Preview.

What are best practices for GTM tag firing order and dependencies?

Establish firing order by setting tag sequencing rules: GA4 Configuration tags must fire before GA4 Event tags. Use tag dependencies to control execution flow, ensure a single GA4 Configuration tag per property, and test tag sequence in Preview to prevent data loss.

How do I handle consent-aware tag firing in GTM?

Implement consent checks by adding trigger conditions that respect user consent status before tag firing. Use data layer variables to track consent state, apply consent conditions to sensitive tags like GA4 and ad pixels, and test compliance in GTM Preview.