Skip to content

Latest commit

History

History
68 lines (50 loc) 路 3.6 KB

File metadata and controls

68 lines (50 loc) 路 3.6 KB

learn-google-analytics

Google Analytics learning resources

Links

Official Google Documentation

  • Google Analytics 4 Setup Guide

    • 馃憠 GA4 Setup: Covers how to create properties, add data streams, and configure tracking.
  • Google Tag Manager (GTM) Help Center

    • 馃憠 GTM Help: Explains how to use GTM to deploy GA4 tags and events.
  • GA4 Admin Settings

    • 馃憠 GA4 Admin controls: Detailed overview of roles, permissions, and account structure.
  • Events in GA4

    • 馃憠 GA4 Events Guide: Explains automatically collected events, enhanced measurement, and custom events.
  • Conversions in GA4

    • 馃憠 Conversions setup: How to mark events as conversions and measure business KPIs.
  • Consent Mode (Privacy & GDPR)

    • 馃憠 Consent Mode: Guide to implement data collection in a privacy-friendly way.
  • BigQuery Export

Learning Resources

Practice & Sandbox Resources

  • Google Merchandise Store Demo GA4 Property (public demo data)

  • 馃憠 GA4 Demo Account: You can practice reports and explorations on real e-commerce data.

  • Tag Assistant (Chrome Extension)

More Resources...

Practice locally

  • Create Google Account (skip if already had)
  • Login to Google Analytics account
  • Create new Account from Google Analytic
  • Create new Properties
  • Create new Datastream
  • Create Google Tag Manager (Similar to create the Analytics account)
    • Note the container ID for later use
  • Checkout repo: https://github.com/googleanalytics/ga4-tutorials
  • In the tutorials source code, replace the GTM-* ID by yours ID
  • Start the web with Deno (install if deno is not available on you PC)