Skip to content

Contains the notes I made while studying the certification course of Google Analytics from Google Skillshop.

Notifications You must be signed in to change notification settings

CoderB10/Google-Analytics-4-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Following is the interface for Google Analytics image

GA4 Certification Notes

Comprehensive guide to Google Analytics 4 (GA4) implementation, reporting, and analysis. Use this README as a reference for setting up GA4, understanding key concepts, and creating custom reports.


Table of Contents

  1. Overview
  2. User Journey
  3. Implementation Steps
  4. Account Structure
  5. Business Objectives & Key Reports
  6. User Roles & Permissions
  7. Real-Time Reporting
  8. Events, Parameters, Dimensions & Metrics
  9. Data Configuration & Filters
  10. Conversions
  11. Standard Reports
  12. Explore & Advanced Analysis
  13. Custom Reports & Collections
  14. Segments & Audiences
  15. Integrations & APIs
  16. Privacy & Modeling
  17. Analytics 360 Features
  18. GA4 vs. Analytics 360 Comparison

Overview

A quick introduction to GA4’s purpose, benefits, and core capabilities.

Google Analytics 4 (GA4) is the latest analytics platform from Google, unifying web and app data under an event-based model. It emphasizes privacy, cross-platform tracking, and deeper integration with Google Ads and BigQuery.


User Journey

An outline of the four key stages in the customer lifecycle that GA4 tracks.

GA4 organizes insights into four lifecycle stages:

  • Acquisition: How users find your property (e.g., campaigns, referrals)
  • Interaction: User actions (page views, clicks, video plays)
  • Monetization: Revenue activities (purchases, subscriptions)
  • Retention: User re-engagement and loyalty over time

Implementation Steps

High‑level overview of the steps to set up GA4 for accurate data collection.

Implementation means setting up GA4 tags or SDKs to start collecting accurate data.

  1. Add Tracking Tag Install gtag.js on every page or use Google Tag Manager (GTM).
  2. Collect User Data Track device, location, behaviors; mobile apps require Firebase SDK for iOS/Android.
  3. Record Events GA4 auto-tracks common events; define up to 500 custom events via logEvent().
  4. Process & Report Events are transformed into metrics and dimensions for reporting.

Account Structure

Description of GA4’s hierarchical model for organizing properties and data streams.

Level Definition
Account Container for properties
Property Individual site or app
Data Stream Web, iOS, or Android data source

Business Objectives & Key Reports

Link business goals to the GA4 reports and metrics that support them.

Objective Key Reports / Features
Generate leads User & Traffic Acquisition, Landing Pages
Drive online sales E-commerce Purchases, Purchase Journey
Examine behavior Events, Conversions, Pages & Screens
Boost awareness Ads Campaigns, Demographics

User Roles & Permissions

Overview of the different GA4 access levels and their capabilities.

  • Admin: Full control including user management
  • Editor: Edit settings/data (no user mgmt)
  • Marketer: Manage audiences, conversions
  • Analyst: Build dashboards, annotations
  • Viewer: Read-only access

Real-Time Reporting

How to monitor live user activity and troubleshoot data collection issues.

  • Shows activity from the past 30 minutes.
  • If data is missing, allow up to 24 hours for processing.

Events, Parameters, Dimensions & Metrics

Definitions of GA4’s core data elements used to structure analytics data.

  • Event: A user interaction (e.g., video_play).
  • Parameters: Context (e.g., video_name, duration).
  • Dimension: Qualitative attribute (text).
  • Metric: Quantitative measure (number count).

Data Configuration & Filters

Guidance on excluding unwanted data sources to ensure clean analytics.

Unwanted Referrals

Exclude domains (e.g., payment gateways) to maintain accurate session attribution. Example: Remove a payment processor’s domain to avoid inflated drop-off rates.

Internal & Developer Traffic

  • Internal: Company IPs
  • Developer: Testing/staging environments

Exclude these to prevent skewed analytics.

Steps:

  1. Define Internal Traffic: Admin > Data Stream > Configure Tag Settings > Define Internal Traffic (add IPs).
  2. Create Filter: Admin > Data Filters > Developer/Internal Traffic (set Testing or Active).

Conversions

Explanation of what counts as a conversion and how to mark key actions.

A Conversion is a key action like a purchase or signup.

  • Mark events in Admin > Events or Admin > Conversions.
  • Changes appear after ~24 hours.

Standard Reports

Summary of the default GA4 reports and the insights they provide.

  • Acquisition: Traffic sources and user acquisition trends
  • Engagement: Active users, events, engagement rate
  • Monetization: Revenue, product performance, ad revenue
  • Retention: Cohort analysis, Lifetime Value
  • User: Demographics and technology breakdown image

Explore & Advanced Analysis

Overview of GA4’s exploratory tools for deep-dives and custom analysis.

  • Free-form: Custom tables and charts, anomaly detection
  • Funnel: Step-by-step user journey tracking
  • Path: Visualize page flows leading to key events image

Custom Reports & Collections

Steps to build tailored reports and organize them for team access.

  1. Reports → Library

  2. Edit existing or Create new (Blank/Template)

  3. Add Tabs for different views

  4. Add Cards (Table, Line, Bar, Pie, Scatter)

    • Set Dimensions & Metrics
    • Configure axes, filters, date ranges
  5. Apply Filters/Segments at report or card level

  6. Save and add to a Collection via Library drag-and-drop


Segments & Audiences

How to create subsets of users for analysis and marketing.

  • Segment: Data subset for analysis
  • Audience: User group for remarketing
  • Predictive Metrics: Modeled insights (e.g., churn risk)

Integrations & APIs

Details on connecting GA4 to other Google products and external systems.

  • Link Google Ads, Search Console, Firebase
  • Use Measurement Protocol for custom event ingestion
  • Export raw data to BigQuery for SQL analysis
  • Automate with Data API & Admin API
  • Comply with privacy via User Deletion API image

Privacy & Modeling

Settings and techniques for protecting user privacy and handling data gaps.

  • Consent Mode: Estimates data when cookies are declined
  • Data Retention: Configure under Admin > Property Settings
  • Data Deletion: Remove specific events or user data

Analytics 360 Features

Enterprise enhancements available in Analytics 360 for large-scale operations.

  • Subproperties & Roll-up: Custom account hierarchies
  • Higher Quotas: More conversions, audiences, real-time data
  • SLAs & Support: Dedicated assistance and uptime guarantees

GA4 vs. Analytics 360 Comparison

A quick comparison of features, limits, and pricing between GA4 Free and Analytics 360.

Feature GA4 (Free) Analytics 360 (Paid)
Data Limits 500 custom events/dimensions Higher quotas
BigQuery Export Daily manual Streaming auto-export
Data Freshness 24–48h delay Near real-time
Roll-up/Subproperties Not available Available
SLAs & Support Community support Dedicated SG&A
Attribution Modeling Data-driven Advanced attribution models
Advanced Analysis GA4 Explore Increased concurrency & limits
Price Free From ~$150K/yr

Author Yog Gupta — Analytics Learner | Data Analyst

About

Contains the notes I made while studying the certification course of Google Analytics from Google Skillshop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published