Google Analytics 4 (GA4) is Google’s current analytics platform — the required replacement for Universal Analytics (UA), which was sunset in 2023. If you’re still confused by GA4’s interface or unsure how to use it for marketing decisions, you’re not alone. The migration was disruptive, and the new interface is genuinely different.
This guide cuts through the confusion: how GA4 works, how to set it up correctly, which reports actually matter for marketing decisions, and how to find the insights that help you grow.
How GA4 Differs from Universal Analytics
Understanding what changed helps you use GA4 correctly.
Event-based vs. session-based:
- Universal Analytics: Organized data around sessions (visits). Every interaction was a session or a hit within a session.
- GA4: Organized around events (individual actions). Every page view, click, scroll, form submission, and purchase is an event. This gives more granular data but requires more setup.
No more bounce rate (mostly): UA’s bounce rate (% of sessions with only one page view) is replaced by GA4’s Engagement Rate: the % of sessions that were “engaged” (lasted 10+ seconds, had 2+ page views, or included a conversion event).
New attribution models: GA4 defaults to data-driven attribution (when enough data is available), which uses machine learning to distribute credit across touchpoints. UA used last-click attribution by default.
Better cross-device tracking: GA4 can stitch together user journeys across devices more effectively using Google’s signals (when users are signed into Google accounts).
GA4 Setup: Getting It Right from the Start
Property Creation
- Go to analytics.google.com
- Click Admin → Create Property
- Enter property name, reporting time zone, and currency
- Select business details and objectives
- Create a Web Data Stream for your website
Important: Install the GA4 tracking code on every page of your site. Do this via:
- Google Tag Manager (recommended — easier to manage all tags from one place)
- Direct code installation (paste the
gtag.jssnippet in<head>) - CMS-specific plugins (WordPress, Shopify, etc.)
Verify Installation
After installing:
- Go to Reports → Realtime
- Visit your website in another browser tab
- Confirm your visit appears in Realtime
If it doesn’t appear after 30 seconds, there’s an installation issue.
Connect to Google Search Console
Linking GSC to GA4 adds search query data (what keywords drove traffic) to your analytics.
Admin → Property Settings → Product Links → Search Console Links → Add
Connect to Google Ads
If you run Google Ads, link your account to import conversion data and enable GA4 audiences in Google Ads.
Admin → Property Settings → Product Links → Google Ads Links → Add
Key GA4 Reports for Marketers
GA4’s interface divides reports into: Life Cycle, User, and Custom.
Reports You Need to Know
Traffic Acquisition (Life Cycle → Acquisition → Traffic Acquisition)
The most important report for marketing. Shows where your traffic comes from.
Key dimensions:
- Session default channel group (Organic Search, Direct, Referral, Paid Search, etc.)
- Session source / medium
- Session campaign (for tagged campaigns)
Key metrics:
- Sessions: Total visits
- Users: Unique visitors
- Engagement rate: % of sessions that were “engaged”
- Average engagement time per session
- Conversions: Goal completions
- Revenue: (If e-commerce tracking configured)
What to look for:
- Which channels drive the most traffic?
- Which channels have the highest engagement rate? (Better quality traffic)
- Which channels drive the most conversions? (Best ROI)
User Acquisition (Life Cycle → Acquisition → User Acquisition)
Similar to Traffic Acquisition, but based on the first channel that brought each user — not session-by-session.
Use this to understand where your new users come from, not just traffic.
Engagement → Pages and Screens
Shows which pages get the most traffic and engagement.
What to look for:
- Your highest-traffic pages (are they the right pages for your goals?)
- Pages with high traffic but low engagement time (content isn’t meeting expectations)
- Pages with low traffic but high conversion rate (amplify these)
Monetization → Conversions
If you’ve set up conversion events, this report shows which events are completing, how often, and from what sources.
This is where GA4 shows its marketing value — not just traffic, but the actions that matter.
Exploration Reports (Custom Analysis)
For deeper analysis, use the Explore section to build custom reports.
Funnel Exploration: Build a step-by-step funnel to see drop-off at each stage. Example: Homepage → Pricing → Sign Up → Onboarding → First Action
Path Exploration: See what paths users take through your site. Useful for finding unexpected popular paths and common drop-off points.
Segment Overlap: Compare multiple user segments to understand how different audiences behave.
Setting Up Conversions
Conversion tracking is the bridge between traffic data and business outcomes. Without it, GA4 tells you who visited — not what mattered.
What to Track as Conversions
Lead generation business:
- Form submissions (contact, demo request, newsletter signup)
- Phone calls (if call tracking is configured)
- Free trial signups
- Live chat conversations initiated
E-commerce:
- Purchases (revenue, quantity)
- Add to cart
- Begin checkout
Content business:
- Email signups
- Content downloads
- Significant page engagement (time on page > 3 minutes)
How to Create Conversion Events
Method 1: Mark an existing event as a conversion
- Go to Configure → Events
- Find the event (e.g.,
form_submit) - Toggle “Mark as Conversion”
Method 2: Create a new event for specific triggers If you need a conversion event based on a specific action (e.g., visiting a thank-you page):
- Configure → Events → Create Event
- Set conditions (e.g., page_path equals
/thank-you) - Save and mark as conversion
Method 3: Google Tag Manager For most custom conversion tracking, GTM is the cleanest approach — push events to GA4 based on clicks, form submissions, or other triggers.
UTM Parameters: Tracking Marketing Campaigns
Without UTM parameters, GA4 can’t tell whether traffic came from your email newsletter, your LinkedIn post, or some other referral.
The 5 UTM parameters:
utm_source: Where traffic originated (google, newsletter, twitter)utm_medium: Marketing medium (cpc, email, organic, social)utm_campaign: Campaign name (spring_sale, product_launch)utm_content: Specific ad or content variation (for A/B testing)utm_term: Keyword (for paid search)
Example URL with UTMs:
https://adsmg.ai/free-trial?utm_source=linkedin&utm_medium=social&utm_campaign=q2_awareness
Building UTM URLs: Use Google’s Campaign URL Builder (search “google campaign url builder”) to generate properly formatted URLs.
Rule: Tag every link in every email, every paid ad, every social post with UTMs. Without them, GA4 misattributes traffic.
Reading GA4 Data for Marketing Decisions
GA4 data only has value when it drives decisions. Here’s how to use the key reports:
Decision: Which channels deserve more investment?
Look at: Traffic Acquisition → Sort by Conversions
The channels with the best traffic-to-conversion ratio deserve more budget. Those with high traffic but low conversions either need landing page work or aren’t the right audience.
Decision: Is my content working?
Look at: Pages and Screens → Sort by Engagement Rate, filter to blog posts
High engagement rate + high conversion rate = content that works. Low engagement rate = content isn’t meeting expectation of what people expected to find.
Decision: Where am I losing people in my funnel?
Use: Funnel Exploration
Build your key funnel steps. The step with the highest drop-off is the bottleneck to fix.
Decision: Which landing pages should I A/B test?
Look at: Pages with high traffic but below-average conversion rates. These are your optimization opportunities.
GA4 Audiences for Marketing
One of GA4’s most powerful features: creating custom audiences that sync to Google Ads for targeted campaigns.
Useful audiences to create:
High-value visitors (retargeting):
- Visited pricing page + didn’t convert → retarget with conversion-focused ads
- Spent 3+ minutes on a key page → highly engaged, not yet converted
Customer lookalikes:
- Upload customer email list → Create GA4 audience → Sync to Google Ads for lookalike targeting
Churn risk (SaaS):
- Users who haven’t visited in 30+ days → Re-engagement campaign
To create: Configure → Audiences → New Audience → set conditions → Save
GA4 Common Mistakes
1. Not configuring conversions GA4 without conversion tracking is traffic data without context. Set it up first.
2. Not using UTM parameters Without UTMs, your marketing campaigns appear as “Direct” traffic. You lose attribution for every campaign.
3. Confusing sessions and users Sessions = visits. Users = people. One user can have multiple sessions. Make sure you’re looking at the right metric for your question.
4. Not filtering internal traffic If you and your team visit your site regularly, that inflates your traffic numbers. Create an internal traffic filter. Configure → Data Streams → Tag Settings → Define Internal Traffic → Exclude from Analytics
5. Comparing GA4 to Universal Analytics GA4 calculates metrics differently (especially sessions, bounce rate, and attribution). Don’t compare historical UA data to GA4 data as if they’re the same measurement.
Monthly GA4 Marketing Review (30 Minutes)
Week 1 of each month:
-
Traffic trend — Sessions and users vs. last month. Growing, flat, or declining?
-
Channel breakdown — Which channels grew/declined? Any anomalies?
-
Top pages — Did any pages gain or lose significant traffic?
-
Conversions — Which sources drove the most conversions? How does it compare to the previous month?
-
One insight into action — Based on this month’s data, what’s one thing to change or investigate?
Build better marketing content based on your GA4 data with AdsMG.ai — generate SEO articles for your top-opportunity keywords and ad copy for your best-converting channels.
Last updated: April 27, 2026
Turn the ideas in this article into live campaigns, content, and creative tests.
AdsMG AI helps growth teams move from strategy to execution without stitching together separate tools for copy, optimization, and reporting.