Google Analytics 4 (GA4) is the future of website analytics. But it’s completely different from Universal Analytics. Here’s exactly how to set it up — from account creation to tracking your first visitor.


External Resources (Bookmark These)

Throughout this guide, I’ll reference these external resources. Open them in new tabs for deeper learning:


Introduction: Why You Need Google Analytics 4 in 2026

Here’s a question every website owner should be able to answer: How many people visited your site yesterday? Where did they come from? What did they do?

If you can’t answer these questions, you’re flying blind. Google Analytics 4 (GA4) is the free tool that answers these questions. It tracks every visitor, their behavior, their journey, and their conversions.

In this guide, I’ll show you exactly how to set up Google Analytics 4 for your website — from creating your account to installing the tracking code and setting up conversion goals.


What’s New in Google Analytics 4 (vs. Universal Analytics)

Universal Analytics (the old version) stopped processing data on July 1, 2023. GA4 is now the only version.

Key Differences:

Feature Universal Analytics (Old) Google Analytics 4 (New)
Tracking model Session-based (pageviews) Event-based (every interaction)
Metrics Bounce rate, pageviews, sessions Engagement rate, events, user engagement
Reporting Pre-built reports only Customizable + exploration tools
Privacy Cookie-based Cookieless measurement + consent mode
Machine learning None Predictive audiences, insights, anomalies

Don’t worry: GA4 is more powerful once you understand it. The setup is simple. This guide walks you through everything.


Step 1: Create Your Google Analytics 4 Account

First, you need a Google Analytics account (it’s free).

  1. Go to analytics.google.com
  2. Sign in with your Google account (Gmail works fine)
  3. Click “Start measuring” or “Set up for free”
  4. Enter an Account name (usually your business name, e.g., “Rafirit Station” or “My Business”)
  5. Set Account data sharing settings (recommended: leave default on)
  6. Click “Next” to create the property

Pro tip: Use the same email for all your marketing tools (Google Ads, Search Console, GA4). Easier to link them later.


Step 2: Create Your GA4 Property

A “property” is your website’s unique data container. One account can have multiple properties (e.g., separate properties for different websites).

  1. Enter a Property name (e.g., “My Business Website” or “www.yoursite.com”)
  2. Set your Reporting time zone (Dhaka: Asia/Dhaka or GMT+6)
  3. Set your Currency (Bangladesh Taka (BDT) or USD for international sales)

Pro tip: Be consistent with time zone. Changing it later messes up historical data.


Step 3: Create Your Data Stream (Connect Your Website)

A data stream tells GA4 where data is coming from (your website).

  1. Click “Web” under “Choose a platform”
  2. Enter your Website URL (e.g., https://yourwebsite.com)
  3. Enter a Stream name (e.g., “Main Website Traffic” or “My Blog”)
  4. Toggle on “Enhanced measurement” (YES — this automatically tracks scrolls, clicks, video engagement, file downloads, and site search)
  5. Click “Create stream”

After creating, you’ll see the Measurement ID (looks like G-XXXXXXXXXX). This is your tracking code. You’ll need it for installation.


Step 4: Install GA4 Tracking Code on Your Website

Now you need to add the GA4 tracking code to every page of your website. Choose your platform below.

Option 1: WordPress (Most Common)

Using a plugin (easiest):

Manual method (no plugin):

Option 2: Shopify

  • Go to Online Store → Preferences → Google Analytics
  • Paste your Measurement ID (G-XXXXXXXXXX)
  • Click Save

Option 3: Wix / Squarespace

  • Wix: Settings → Marketing Tools → Analytics → Connect Google Analytics → paste ID
  • Squarespace: Settings → Advanced → External API Keys → Google Analytics Account Number → paste ID

How to Verify GA4 is Working:

  • Google Tag Assistant: Chrome extension that checks if GA4 fires
  • GA4 Debug Mode: Install “Google Analytics Debugger” Chrome extension, enable, then see real-time events in GA4 under “DebugView”
  • Wait 24-48 hours: Data takes time to appear in reports

Pro tip: Also install Google Tag Manager (GTM) alongside GA4. GTM makes adding future tracking tags much easier.


Step 5: Set Up Conversion Goals (Events & Conversions)

Goals (now called “conversions”) tell GA4 what actions matter to your business: purchases, form submissions, email signups, phone calls, etc.

By default, GA4 automatically tracks:

  • Page views
  • Scrolls (user scrolls 90% of page)
  • Outbound link clicks
  • Site search (if search bar exists)
  • Video engagement (YouTube embeds)
  • File downloads (PDF, ZIP, etc.)

To Manually Track Custom Events (e.g., Form Submissions):

  1. In GA4, click “Configure” (gear icon, bottom left)
  2. Go to “Events”“Create event”“Create”
  3. Set conditions: Parameter “event_name” equals “form_submit” (or whatever you name it)
  4. Click “Create”

Alternative using Google Tag Manager (recommended): Create custom event triggers in GTM for newsletter signups, button clicks, add-to-cart actions, etc.

Mark an Event as a Conversion:

  1. In GA4, go to “Configure”“Conversions”
  2. Click “New conversion event”
  3. Enter the event name exactly as it appears (e.g., “purchase”, “form_submit”, “contact_button_click”)
  4. Click “Save”

Pro tip: For ecommerce, set up “purchase,” “add_to_cart,” “begin_checkout,” and “view_item” as conversion events.


Step 6: Link Google Analytics 4 to Google Search Console

Linking GA4 to Search Console gives you powerful SEO data: which search queries bring traffic, your average position, and click-through rates.

  1. In GA4, click “Admin” (gear icon)
  2. Under “Property” column, click “Search Console links”
  3. Click “Link”
  4. Select your Search Console property (you must be an owner in Search Console)
  5. Click “Confirm” → “Submit”

Not set up in Search Console yet? Go to search.google.com/search-console → Add property → Verify ownership (via DNS or HTML file upload).


Step 7: Link Google Analytics 4 to Google Ads

Linking GA4 to Google Ads imports your website conversion data into Ads. This helps you optimize campaigns for actual sales, not just clicks.

  1. In GA4, click “Admin”
  2. Under “Property” column, click “Google Ads links”
  3. Click “Link”
  4. Select your Google Ads account
  5. Choose which conversion events to import (e.g., purchases, leads)
  6. Click “Confirm” → “Submit”

Pro tip: After linking, wait 24-48 hours. Then in Google Ads, go to Conversions → Import → Google Analytics 4 → select your conversion events.


Navigate GA4 Reports (What to Look at Daily)

GA4’s interface is different from old Google Analytics. Here are the most useful reports:

Reports Snapshot (Home):

Overview of your key metrics: users, engagement rate, total revenue, top pages, top traffic sources.

Acquisition Report (Users by Channel):

Where to find: Reports → Acquisition → User acquisition
What it shows: Which channels drive traffic (Organic Search, Direct, Referral, Paid Social, Email). Double down on what works.

Engagement Report (Page Views and Events):

Where to find: Reports → Engagement → Pages and screens
What it shows: Your most popular content. Create more content on same topics.

Monetization Report (Ecommerce Revenue):

Where to find: Reports → Monetization → Ecommerce purchases
What it shows: Revenue, conversion rate, average order value, top-selling products.


GA4 Setup Checklist (Print This)

Task Status
Create GA4 account + property
Create data stream for website
Install GA4 tracking code on your website
Verify tracking with Tag Assistant
Enable enhanced measurement
Set up conversion events
Link GA4 to Google Search Console
Link GA4 to Google Ads

Frequently Asked Questions

Is Google Analytics 4 really free?

Yes — GA4 is completely free for most businesses. There’s a paid version (Google Analytics 360) for enterprise companies with 100M+ monthly events. You don’t need it.

How long does it take for GA4 to show data?

Real-time reports show data immediately (within 30 seconds). Standard reports take 24-48 hours to populate. Historical reports (cohorts, analysis) can take 72+ hours.

Do I need both GA4 and Google Tag Manager?

No — but using GTM makes your life easier. GTM lets you add tracking tags without editing website code. Recommended for anyone managing multiple tracking tools.

What’s the difference between GA4 and Universal Analytics?

Universal Analytics (the classic version) stopped working on July 1, 2023. GA4 is the only version now. GA4 is event-based (not session-based) and more privacy-focused.


Final Thoughts

Setting up GA4 is the first step toward data-driven decision making. Without analytics, you’re guessing. With analytics, you know what’s working and what’s not.

Your next step (today):

  1. Create your GA4 account (15 minutes)
  2. Install the tracking code using your platform’s method (10 minutes)
  3. Verify with Google Tag Assistant (5 minutes)
  4. Set up 3 conversion events (purchase, newsletter signup, contact form)
  5. Bookmark your GA4 reports and check weekly

Data is the new oil. Stop flying blind. Start measuring.


Want a free GA4 Setup Checklist + Report Template? Drop “GA4” in the comments — I’ll send you a printable checklist and a Google Sheets template for tracking your key metrics weekly.