GA4 Setup Guide for Small Business Owners
Set up Google Analytics 4 correctly from the start. Learn which metrics matter, how to track conversions, and avoid common setup mistakes.
Alsoma Team
Alsoma Studio
Why GA4 Matters
Google Analytics 4 replaced Universal Analytics in July 2023. If you haven't switched yet, you're flying blind.
But here's the truth: most GA4 setups are done incorrectly, making the data useless.
This guide ensures you set it up right the first time.
Step 1: Create Your GA4 Property
- Go to analytics.google.com
- Click Admin (gear icon)
- Click "Create Property"
- Enter your business name and website URL
- Select your industry and business size
- Choose your reporting timezone and currency (GBP for UK)
Step 2: Install the Tracking Code
Option A: Google Tag Manager (Recommended)
- Create a Google Tag Manager account
- Add the GTM container code to your website
- In GTM, create a new GA4 Configuration tag
- Enter your Measurement ID (starts with G-)
- Set trigger to "All Pages"
- Publish the container
Option B: Direct Installation
- In GA4, go to Data Streams
- Click on your web stream
- Copy the Google tag code
- Paste in the section of every page
For Next.js Websites
Add to your layout.tsx or _app.tsx:
import Script from 'next/script'
<Script
src={`https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX`}
strategy="afterInteractive"
/>
<Script id="google-analytics" strategy="afterInteractive">
{`
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
`}
</Script>
Step 3: Verify Installation
- Go to Reports β Realtime
- Open your website in another tab
- You should see yourself as an active user
- If not, check the code installation
Step 4: Set Up Conversion Tracking
Essential Conversions for Small Businesses
Contact Form Submissions
- Go to Events in GA4
- Click "Create event"
- Name it "form_submission"
- Set conditions (page_location contains "thank-you")
- Mark as conversion
Phone Calls
- Use a call tracking service (CallRail, WhatConverts)
- Or track clicks on phone links:
- Event name: "phone_click"
- Parameter: link_url contains "tel:"
Appointment Bookings
- Track thank-you page views
- Or track button clicks if using embedded calendars
Step 5: Connect Search Console
- Go to Admin β Product Links β Search Console Links
- Click "Link"
- Select your Search Console property
- This shows which keywords bring traffic
Step 6: Enable Google Signals
- Go to Admin β Data Settings β Data Collection
- Enable Google signals data collection
- This enables demographics and cross-device tracking
Step 7: Set Up Custom Audiences
Useful Audiences
High-Intent Visitors
- Visited pricing page
- Spent 2+ minutes on site
- Viewed 3+ pages
Potential Leads
- Visited contact page but didn't submit
- Started form but didn't complete
Past Converters
- Submitted a form
- Made a purchase
These audiences can be used for remarketing.
Key Metrics to Track
For All Businesses
| Metric | What It Tells You |
|---|---|
| Users | How many people visit |
| Sessions | How many visits total |
| Engagement rate | % of visitors who engage |
| Conversions | Goal completions |
| Conversion rate | % of visitors who convert |
Common Setup Mistakes
- No conversion tracking - Without this, you can't measure success
- Not filtering internal traffic - Your visits skew the data
- Missing cross-domain tracking - If you use multiple domains
- Ignoring data thresholds - GA4 hides data below certain volumes
- Not setting up audiences - Limits your remarketing options
Filtering Internal Traffic
- Go to Admin β Data Streams
- Click your stream
- Go to Configure tag settings β Define internal traffic
- Add your office IP address
- In Data Settings β Data Filters, create a filter for "internal"
Monthly Review Checklist
- Check conversion tracking is working
- Review traffic trends
- Identify top-performing pages
- Check for referral spam
- Compare to previous month
- Export key metrics for reporting
Need Help?
Proper analytics setup is the foundation of data-driven marketing. If you want expert help configuring GA4 correctly, we're here.
Struggling with marketing measurement?
Know exactly what drives your growth β and what doesn't
See How We Can Helpβ