Google Analytics 4: Complete Guide 2026 (Setup, Reports, KPIs)
Founder & SEO Strategist
# Google Analytics 4: Complete Guide 2026 (Setup, Reports, KPIs)
TL;DR: Google Analytics 4 (GA4) replaced Universal Analytics in July 2023. It's event-based, privacy-first, and AI-augmented. This guide covers full setup, the 8 essential reports, KPI definitions, and integration with Google Tag Manager and Google Ads.
What Is GA4?
Google Analytics 4 is Google's web analytics platform built around an event-based model (vs Universal Analytics' session-based model).
Key differences from UA:
GA4 Setup (15 Minutes)
1. Create a GA4 Property
1. Go to analytics.google.com 2. Admin → Create Property 3. Name your property, set timezone + currency 4. Add a Data Stream (Web) 5. Copy the Measurement ID (G-XXXXXXX)2. Install the Tag (2 Methods)
Method A — Google Tag Manager (recommended): ``` GTM → New Tag → Google Analytics: GA4 Configuration Measurement ID: G-XXXXXXX Trigger: All Pages ```
Method B — Direct gtag.js: ```html ```
3. Verify Installation
4. Consent Mode v2 (Mandatory in EU)
For GDPR compliance in 2026: ```javascript gtag('consent', 'default', { 'analytics_storage': 'denied', 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied' }); ``` Then update to 'granted' upon user consent.The 8 Essential GA4 Reports
1. Reports → Acquisition → Traffic Acquisition
Where your users come from (Organic Search, Direct, Social, Referral, Paid).2. Reports → Engagement → Pages and Screens
Your most-viewed pages with engagement time.3. Reports → Engagement → Events
Which interactions users perform (scrolls, clicks, form submits).4. Reports → Engagement → Landing Page
Best entry pages — your SEO performance signal.5. Reports → User Attributes → Demographic Details
Age, gender, interests of your audience.6. Reports → Tech → Tech Details
Device, browser, OS breakdown.7. Reports → Monetization → E-commerce Purchases
Revenue, conversion rate, top products (if e-commerce configured → see GA4 E-commerce Setup).8. Explore → Funnel Exploration
Multi-step conversion funnels (e.g., view product → add to cart → checkout → purchase).Key GA4 Metrics Explained
| Metric | Definition | Good Range | |---|---|---| | Users | Unique visitors | Track growth MoM | | Sessions | Visit groups | ~1.3–1.8x users | | Engaged sessions | Sessions > 10s or with conversion | > 50% of sessions | | Engagement rate | Engaged / total sessions | > 60% = healthy | | Average engagement time | Time per session | > 1 min = good | | Conversions | Goal completions | Depends on funnel | | Event count | Total events fired | Context-dependent |
Note: GA4 removed "Bounce Rate" by default. Engagement Rate is its replacement (= 100% – bounce rate roughly).
Configuring Conversions
In GA4, conversions are events you mark as important.
1. Admin → Events 2. Toggle "Mark as conversion" for events like: - `purchase` - `generate_lead` - `sign_up` - `contact` (custom event)
For custom conversions, fire the event via GTM or direct gtag: ```javascript gtag('event', 'generate_lead', { 'value': 50, 'currency': 'USD' }); ```
GA4 + Google Ads Integration
Link GA4 to Google Ads to:
Setup: 1. GA4 Admin → Google Ads Links → Link 2. Select Ads account → confirm 3. In Google Ads → Tools → Conversions → Import from GA4
Common GA4 Pitfalls
1. Self-referrals — your own domain showing as referral. Fix: exclude internal domain in Admin → Data Stream → Configure tag settings. 2. Lost data after consent denial — enable consent mode v2 with `url_passthrough` for proper modeling. 3. Duplicate events — happens when GTM tag fires AND gtag is also installed directly. Pick one method. 4. No e-commerce data — must implement the GA4 e-commerce data layer separately (guide here). 5. Sampling on large reports — use BigQuery export for unsampled data (free for properties under 1M events/day).
FAQ: GA4
Is GA4 free? Yes, GA4 is free for standard accounts. GA4 360 (enterprise) costs $50,000+/year.
Can I still use Universal Analytics? No. UA fully stopped collecting data in July 2023. Historical UA data was deleted in July 2024.
How does GA4 compare to Plausible/Fathom/Matomo? GA4 has more features and better integration with Google ecosystem (Ads, Search Console). Privacy-focused alternatives are simpler but lack predictive models, e-commerce depth, and audience features.
Sources & References
- Google Search Central — guidelines référence
- Statista — données market 2024
- Backlinko — études SEO 2024
- Ahrefs Blog — analyses backlinks
- Moz Blog — best practices SEO