ga4-setup

Configure GA4 properties, data streams, and installations across web, iOS, and Android.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides the end-to-end setup of Google Analytics 4, including account, property, data streams, and installation methods to accelerate launch and ensure accurate data collection.

Core Features & Use Cases

  • Property & Stream Creation: Setup GA4 accounts, properties, and web data streams.
  • Installation Guidance: Gtag.js, GTM, and CMS installation methods with verification steps.
  • Verification & Troubleshooting: Validation steps using DebugView, Realtime, and Tag Assistant.

Quick Start

Create a GA4 property, add a Web Data Stream, copy the Measurement ID, and implement GA4 using GTM or gtag.js with verification via DebugView.

Frequently Asked Questions about ga4-setup

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

FAQPage Schema
How do I set up Google Analytics 4 for my website?

GA4 setup involves creating a property, adding a web data stream, obtaining your Measurement ID (G-XXXXXXXXXX), and installing the tracking code via gtag.js, Google Tag Manager, or a CMS plugin. Verify installation using DebugView or Realtime to confirm data collection is working correctly.

What's the difference between GA4 properties and data streams?

A GA4 property is your top-level analytics account container; data streams are platform-specific tracking endpoints within that property for web, iOS, or Android. Each stream generates its own Measurement ID and collects data independently from its platform.

Can I install GA4 without using Google Tag Manager?

Yes. You can install GA4 directly using gtag.js by adding the tracking snippet to your site, or through CMS plugins if your platform supports them. GTM is optional and useful for managing multiple tags, but gtag.js provides straightforward direct implementation.

How do I verify GA4 is collecting data after installation?

Use DebugView to see real-time event tracking and data validation, or check the Realtime report to confirm events are firing. Tag Assistant browser extension also validates GA4 implementation and identifies configuration errors.

Do I need to reconfigure GA4 when migrating from Universal Analytics?

Yes. GA4 uses a different measurement model and requires setting up a new property, data streams, and Measurement ID. This Skill covers migration workflows including property creation, stream configuration, and installation validation to ensure accurate data capture during the transition.