Google Analytics 4 (GA4) fully replaced Universal Analytics on July 1, 2023. By 2026, GA4 is the only Google Analytics β and its event-first model, session logic, and reporting structure are still confusing users coming from the old world. This guide covers what GA4 actually is, the 8 reports beginners should focus on, how to set up events and conversions, and how to use the data without drowning in metrics you don't need.
What GA4 Is (And What's Actually Different)
GA4 is Google's analytics platform built on an event-based data model β where every user action is a discrete event with parameters, rather than the pageview-centric model Universal Analytics used. This shift enables cross-device tracking, cross-platform (web + app) unified data, and much better machine-learning insights β but it also broke a lot of Universal Analytics muscle memory.
The Fundamental Shift: Events Instead of Pageviews
In Universal Analytics, a pageview was king. Everything else was a separate concept (event, transaction, screen). In GA4, everything is an event β even a pageview is just an event named `page_view`. Common built-in events include:
- `page_view` β visitor loads a page.
- `session_start` β new session begins.
- `first_visit` β first-ever visit from a user.
- `scroll` β user scrolls to 90% depth.
- `click` β outbound click.
- `file_download` β PDF, ZIP, etc. downloaded.
- `video_start` / `video_progress` / `video_complete` β YouTube tracking (built-in when Enhanced Measurement is on).
The 8 GA4 Reports Beginners Should Focus On
1. Reports β Real-time
See who's on your site right now, from what source, on what page. Best used when you launch a campaign β did the traffic actually arrive?
2. Reports β Acquisition β Traffic acquisition
Where new sessions come from β grouped by Default channel (Organic Search, Direct, Paid Search, Referral, Social, Email). The core "where does my traffic come from" report.
3. Reports β Acquisition β User acquisition
Same idea but grouped by first-touch attribution β where the USER first came from, not just where the session came from. Use this for lifetime-value analysis.
4. Reports β Engagement β Pages and screens
Which pages your visitors actually spend time on. Key columns: Views, Users, Average engagement time. Sort by engagement time to find your best content.
5. Reports β Engagement β Events
Every event fired on your site. Use to spot broken tracking (a form_submit event missing) or high-value engagements (video_complete events).
6. Reports β Engagement β Conversions
Events you've marked as "Key Events" (the new name for conversions). Segment by source to see which channel converts best.
7. Reports β Demographics β Overview
Country, city, language, device, browser. Especially valuable for spotting mobile-vs-desktop conversion gaps (usually mobile converts 40-60% worse β that's your priority audit item).
8. Explore β Free-form exploration
The pivot-table view β build custom analyses across any combination of dimensions and metrics. Learn this one; it's where GA4's power lives.
Setting Up Conversions (Key Events) in GA4
GA4 renamed "conversions" to "Key Events" in 2024. The setup is the same: mark any event as a Key Event and GA4 tracks it as a conversion.
- Go to Admin β Events in your GA4 property.
- Find the event you want to count as a conversion (e.g., `form_submit`, `phone_click`, `purchase`).
- Toggle the "Mark as key event" switch.
- Data starts flowing to conversion reports within 24 hours.
Common GA4 Setup Mistakes We See in Audits
- Enhanced Measurement disabled β turn it on; you're missing scroll, outbound clicks, downloads, video events for free.
- No key events marked β a GA4 property with zero key events is not tracking conversion. Every property should have at least 3-5.
- Cross-domain tracking not configured β users bouncing between yoursite.com and store.yoursite.com show up as different users. Set up cross-domain in Admin β Data Streams β Configure Tag Settings.
- Filters not excluding internal traffic β your own visits are polluting the data. Exclude your IP in Admin β Data Filters.
- Google Ads not linked β without link, remarketing lists don't populate and Google Ads Smart Bidding starves for signal.
- No BigQuery export β free for basic use; enables SQL analysis and historical data preservation. Enable it once and forget.
Privacy: Consent Mode v2 (Required in EU)
Since March 2024, EU/EEA traffic requires Consent Mode v2 to keep GA4 data flowing when users decline cookies. Without it, EU visitors' data is silently dropped. Implement via Google Tag Manager and your cookie-consent banner.
The One Report You Should Read Weekly
Traffic acquisition, segmented by conversion. In GA4: Reports β Acquisition β Traffic acquisition β Add "Session default channel group" as primary dimension β Add a comparison filter for your top Key Event. Now you can see, per channel, how many visitors it drove AND how many converted. Ten minutes weekly here beats a 4-page monthly report.
GA4 in 2026: What Changed Recently
- Attribution models simplified β Data-driven and Last-click are the primary options now.
- Data retention default extended to 14 months (was 2 months) for the free tier.
- Google Signals integration deeper for cross-device attribution.
- Predictive metrics (churn probability, purchase probability) now available in Explorations for e-commerce.
- Search Console linking allows organic keyword-level analysis inside GA4.
Final Word
GA4 is more powerful than Universal Analytics if you learn its event-first model β and it's the only Google Analytics that exists in 2026. Start with the 8 reports above, set up Key Events, and check acquisition-by-conversion weekly. If your analytics setup feels like guesswork, our team can audit it in 30 minutes free and hand you a written setup checklist.
Primary Sources
- Google Analytics Help β GA4 β Google
- Google Analytics β Events reference β Google
- Google Analytics β Consent Mode v2 β Google
- Google Tag Manager Documentation β Google
- Simo Ahava's GA4 Blog β Simo Ahava
