Google Analytics 4 (GA4) is Google’s current web and app analytics platform, built on an event-based data model that tracks individual user interactions rather than sessions. It replaced Universal Analytics (UA) — which stopped collecting new data on July 1, 2023 — as the standard for measuring website performance across devices and platforms.
GA4 represents a fundamental redesign of web analytics, not an upgrade. Universal Analytics tracked user behavior through sessions, organizing interactions into hit types (pageviews, events, transactions). GA4 tracks everything as an event — a page view is an event, a scroll is an event, a button click is an event, a purchase is an event. This unified event model gives more flexibility, more customization, and a more complete picture of the user journey. For businesses that had used Universal Analytics for years, GA4 required rebuilding their measurement setup from scratch. For businesses setting up analytics today, GA4 is the starting point.
[Image: Screenshot of GA4 dashboard overview page showing Realtime, Acquisition, Engagement, and Monetization sections]
How GA4 Works
Event-Based Data Model
In Universal Analytics, user interactions were organized into sessions tied to cookies. In GA4, every interaction is a discrete event tied to a user. There are four event categories:
- Automatically collected events —
page_view,session_start,first_visitfire without any configuration - Enhanced measurement events —
scroll,outbound_click,file_download,video_playcan be enabled with a toggle - Recommended events —
purchase,sign_up,login,add_to_cart— standardized event names for common business actions - Custom events — Any event you define using Google Tag Manager or directly in the GA4 interface
Key Events (Conversions)
Any event can be marked as a “key event” (what GA4 calls conversions). Navigate to Configure → Events and toggle “Mark as key event” for any event that represents meaningful business value — a form submission, a phone call click, a purchase. These become your primary performance indicators. See Goal / Event (GA4) for a detailed explanation of the conversion system.
Privacy Architecture
GA4 was built for a world with fewer third-party cookies. It uses consent mode, IP anonymization by default, and behavioral modeling to fill data gaps when users opt out of tracking. This makes GA4 more compatible with GDPR, CCPA, and evolving browser privacy restrictions than UA was.
Purpose & Benefits
1. Cross-Device and Cross-Platform Tracking
GA4 can track user behavior across both your website and mobile app in a single property, with consistent event definitions. It uses multiple methods — Google Signals (for users logged into Google), User ID (for logged-in site visitors), and modeled data — to piece together cross-device journeys. This provides a more complete view of how users interact with your business across touchpoints than Universal Analytics could provide. Our team sets up and audits GA4 properties as part of our digital marketing services.
2. AI-Powered Predictive Insights
GA4 uses machine learning to generate predictive metrics: purchase probability, churn probability, and potential revenue from specific user segments. With enough key event data, GA4 can identify which users are most likely to convert and surface these as audience segments for Google Ads campaigns. This moves analytics from retrospective reporting toward forward-looking decision support.
3. Direct Integration with Google Ads
GA4 connects directly to Google Ads for importing key events as conversion actions, building remarketing audiences from GA4 segments, and tracking the full conversion path from ad click through to completed business goal. This integration eliminates the need to manage separate conversion tracking in Google Ads and GA4 when properly configured — providing unified data for conversion tracking across both platforms.
Examples
1. Service Business Measuring Lead Quality
A home renovation company sets up GA4 with key events for phone call clicks, form submissions, and project consultation bookings. They connect GA4 to Google Ads so bidding algorithms optimize toward form submissions specifically, not just page visits. In GA4’s Acquisition reports, they see which traffic sources generate the most form submissions — allowing them to shift budget toward the highest-ROI channels.
2. E-Commerce Store Using Enhanced E-Commerce Tracking
An online retailer implements GA4’s e-commerce events: view_item, add_to_cart, begin_checkout, and purchase. The Monetization section of GA4 now shows a complete checkout funnel — how many users add to cart, how many begin checkout, how many complete purchase, and where drop-off occurs. This data informs decisions about checkout optimization and cart abandonment strategies.
3. Content Publisher Analyzing Engagement
A B2B blog uses GA4’s Enhanced Measurement to track scroll depth, outbound clicks, and file downloads automatically. The Engagement reports show which articles keep visitors reading (high engaged sessions, long average engagement time) vs. which ones lose visitors quickly. This data guides editorial decisions: double down on content formats that work, retire or improve formats that don’t.
Common Mistakes to Avoid
- Not configuring key events — Installing GA4 via a tag or plugin is the first step, but if no events are marked as key events, you’re measuring traffic without measuring results. Setting up conversion tracking is the second, equally important step.
- Expecting GA4 numbers to match Universal Analytics — They won’t, even for the same time period. Different data models, different session definitions, and different bounce rate calculations mean the numbers are fundamentally different. Establish a GA4 baseline and move forward rather than trying to reconcile the two.
- Ignoring the Explorations section — GA4’s default reports are limited compared to what’s available in Explorations — the custom analysis tool. Funnel exploration, cohort analysis, and path exploration all live here and provide insights unavailable in standard reports.
- Not verifying event tracking with DebugView — GA4’s DebugView (accessible via the Admin section) shows events firing in real time, making it easy to confirm your tracking setup is working correctly before relying on report data. Always verify before treating data as accurate.
Best Practices
1. Connect GA4 to Google Search Console
Linking GA4 to Google Search Console unlocks the “Queries” report in GA4’s Acquisition section, showing which Google search queries drive traffic to your site alongside the engagement metrics those visitors produce. This connection gives you organic search performance data in a behavioral context — not just how many people arrived from a search, but what they did after they arrived.
2. Set Up Explorations for Ongoing Analysis
Build custom Exploration reports for the analyses you run regularly: funnel analysis for your conversion paths, cohort analysis for user retention, and path analysis to understand what users do before converting. Save these as templates so they’re ready whenever you need them. GA4’s standard reports are a starting point; Explorations are where meaningful analysis lives.
3. Audit Your Setup Regularly
GA4 implementations drift over time — key events stop firing after a site redesign, new conversion paths aren’t tracked, custom events accumulate without documentation. Audit your GA4 setup every 6 months: verify key events are firing correctly in DebugView, confirm Enhanced Measurement settings match your current site structure, and review whether tracked conversions still reflect your business goals. Accurate conversion tracking requires ongoing maintenance, not one-time setup.
Frequently Asked Questions
Is GA4 free?
Yes. GA4 is free for standard use. A paid tier, GA4 360, offers higher data limits, BigQuery export, and advanced features for enterprise organizations. For the vast majority of businesses, the free version provides everything needed for comprehensive web analytics.
What replaced bounce rate in GA4?
GA4 introduced “engagement rate” — the percentage of sessions that were engaged (lasted more than 10 seconds, included a conversion event, or had at least 2 page views). “Bounce rate” in GA4 is the inverse: 100% minus the engagement rate. The definitions are sufficiently different that direct comparisons to historical UA bounce rate data are misleading.
How do I access historical Universal Analytics data?
Universal Analytics properties retained historical data for a period after the July 2023 shutdown, but Google has indicated this access is time-limited. If you need to preserve historical UA data, export it via the UA interface, the API, or Google’s Looker Studio integration before access ends. GA4 does not contain any data from before your GA4 property was created.
Does GA4 work with WordPress?
Yes. GA4 can be installed on WordPress through a plugin (Google Site Kit is Google’s official plugin), through Google Tag Manager, or by adding the tracking code directly to your theme’s <head>. Google Tag Manager is generally recommended for flexibility — it allows event configuration without touching code.
How much data does GA4 retain?
GA4 retains event-level data for 2 months by default, which can be extended to 14 months in the Admin settings. Aggregated report data is retained longer. For long-term data storage beyond 14 months, BigQuery (free tier available) can export raw GA4 event data for permanent retention.
Related Glossary Terms
How CyberOptik Can Help
Getting GA4 right takes more than installing the tracking code — it takes a properly configured event setup that measures what actually matters for your business. Our team sets up, audits, and maintains GA4 implementations for clients, ensuring key events are configured correctly, data is accurate, and reports connect to real business decisions. Whether you’re starting from scratch or untangling a messy implementation, we can help. Explore our marketing services or get in touch.


