tag-manager-integrator

Configure GTM and gtag event tracking with conversion setup and periodic analysis reports.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Simon-YHKim/eject-button --skill tag-manager-integrator-simon-yhkim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tag-manager-integrator
Source: https://github.com/Simon-YHKim/eject-button/tree/main/.claude/skills/tag-manager-integrator
Command: npx skills add https://github.com/Simon-YHKim/eject-button --skill tag-manager-integrator-simon-yhkim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up event and conversion tracking across ad platforms is fragmented and error-prone, requiring separate configurations for Google Ads, Meta, Kakao, and Naver. This Skill designs a structured event taxonomy and produces GTM or gtag configurations plus periodic analysis reports with optimization suggestions. ## Core Features & Use Cases - GTM vs Direct gtag Guidance: Compares GTM, direct gtag, and product analytics SDKs (PostHog/Mixpanel) so you pick the right approach for your team size and workflow. - Four-Layer Event Taxonomy: Designs event hierarchies from automatic page-level events through business events like signup_completed and purchase_completed, aligned with analytics-integrator. - Cross-Platform Conversion Tracking: Configures conversion events for Google Ads, Meta Pixel + CAPI, Kakao Pixel, and Naver conversion scripts. - Use Case: A solo developer launching a landing page asks for conversion tracking; the Skill recommends direct gtag, defines the signup funnel events, and generates a weekly tag analysis report flagging a 12% signup drop. ## Quick Start Set up GTM event tracking with conversion events for Google Ads and Meta on my signup funnel.

Frequently Asked Questions about tag-manager-integrator

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

FAQPage Schema
How do I set up conversion tracking with Google Tag Manager?

GTM conversion tracking uses a container with tags, triggers, and variables configured per platform. For Google Ads, add a conversion linker tag and conversion tags firing on events like purchase or sign_up, then verify with GTM preview mode before publishing.

GTM vs direct gtag: which should I use for event tracking?

GTM suits teams with marketers since tags are managed without code deployments and support versioning and preview. Direct gtag is simpler and faster for solo developers, but every tag change requires a new deployment.

How do I track conversions across Google Ads, Meta, and Kakao?

Each platform needs its own tag: Google Ads uses gtag conversion linker, Meta uses the Pixel plus Conversions API, and Kakao uses the Kakao Pixel. Fire a shared business event like purchase_completed and map it to each platform's conversion tag.

What event taxonomy should I use for product analytics?

Use a four-layer hierarchy: automatic page-level events (page_view, scroll_depth), interaction events (button_click, form_submit), business events (signup_completed, purchase_completed), and custom events tied to your product logic like aha_moment_reached.

When should I use PostHog or Mixpanel instead of GTM?

PostHog or Mixpanel SDKs fit product-focused teams needing behavioral analytics like funnels and retention. They do not replace ad conversion tracking, so you typically still need gtag or pixels for Google Ads and Meta alongside them.