Understanding Website Analytics Reports
Learn how to interpret key metrics, understand your audience, track conversions, and turn analytics data into actionable improvements for your website.
1. Key Metrics Overview
Before diving into reports, it is essential to understand what the core metrics actually measure:
| Metric | What It Measures | Why It Matters |
|---|---|---|
| Sessions | A group of user interactions in a 30-min window | Overall site usage volume |
| Users | Unique visitors (cookie-based) | Audience reach |
| Bounce Rate | % of single-page sessions | Content relevance and UX quality |
| Avg. Session Duration | How long users stay | Engagement depth |
| Pages / Session | How many pages per visit | Site discoverability |
| Conversion Rate | % of users completing a goal | Business effectiveness |
Note on GA4 vs Universal Analytics
Google Analytics 4 replaced Universal Analytics in 2023. GA4 uses an event-based data model — "sessions" and "bounce rate" are still present but defined slightly differently. Reports are now found under Explore and Reports tabs rather than the old left-side menu.
2. Traffic Sources and Acquisition
The Acquisition report shows where your visitors come from. In GA4, navigate to Reports → Acquisition → Traffic Acquisition. The main channels are:
- Organic Search — visitors from Google, Bing, etc. (free SEO traffic)
- Direct — users who typed your URL directly or came from bookmarks
- Referral — visitors clicking a link on another website
- Social — traffic from Facebook, Instagram, LinkedIn, etc.
- Email — clicks from email campaigns (requires UTM parameters)
- Paid Search / CPC — clicks from Google Ads or Bing Ads
A high percentage of Direct traffic can indicate strong brand recognition — or it can mean analytics are misconfigured (missing UTM tags on email or ad campaigns). Always use UTM parameters on any link you share in a campaign.
3. User Behaviour Reports
Behaviour reports show what users do after they arrive. In GA4, find these under Reports → Engagement.
Pages and Screens report — shows which pages are viewed most. Look for:
- High-traffic pages with high bounce rates → content may not match user intent
- Important pages (pricing, contact) with low traffic → improve internal linking or navigation
- Pages with very long average engagement times → strong content worth expanding
Landing Pages report — shows the first page users see. A high bounce rate on landing pages usually indicates a mismatch between the ad/search result and the page content.
User Journey / Path Exploration (GA4 Explore tab) — shows the sequence of pages users visit. Use this to identify drop-off points in your checkout or inquiry flow.
4. Conversion Tracking
A conversion is any valuable action a user takes — submitting a contact form, making a purchase, downloading a resource, or signing up for a newsletter. Without tracking conversions, you cannot measure your site's business impact.
Setting up conversions in GA4:
- Identify the event that represents the conversion (e.g.,
form_submit,purchase) - In GA4, go to Admin → Events → Mark as Conversion
- If the event doesn't exist automatically, create it using Google Tag Manager
- Set a monetary value for key conversions to calculate ROI
For Netlify Forms
Trigger a GA4 event on the thank-you page after form submission using Google Tag Manager, or fire a gtag('event', 'generate_lead') call in your success redirect script.
5. Content Performance
For content-heavy sites (blogs, knowledge bases), track how individual articles and pages perform:
- Scroll depth — how far users scroll (use GA4 or Hotjar to track this)
- Time on page — longer is generally better for long-form content
- Exit rate — % of sessions ending on a specific page; high exit on checkout = problem
- Click events — which CTAs and buttons users actually click
Use the data to prioritise which pages to update first. A page with 500 monthly visitors and a 90% bounce rate is a better candidate for a rewrite than a page with 20 visitors and a 30% bounce rate.
6. Custom Reports and Segments
GA4's Explore tab lets you build custom reports that answer specific questions. Useful explorations for small business websites:
- Funnel Exploration — visualise drop-off in a multi-step process (e.g., product page → cart → checkout → confirmation)
- Segment Overlap — compare audiences, e.g., returning users vs. new users
- User Explorer — drill into the journey of individual anonymous users
Useful comparison segments to create:
- Mobile users vs. desktop users (check if conversion rates differ)
- Organic traffic vs. paid traffic (measure ROI of ad spend)
- Canadian visitors vs. international (if your business is local)
7. Acting on Your Data
Analytics data is only valuable when it drives decisions. Use a simple review cadence:
| Frequency | What to Review | Action |
|---|---|---|
| Weekly | Traffic trends, major drops or spikes | Investigate anomalies immediately |
| Monthly | Top pages, traffic sources, conversions | Adjust content and ad budgets |
| Quarterly | Goal performance, audience growth | Update SEO strategy and content calendar |
| Annually | Year-over-year comparison | Set new benchmarks and targets |
The most important principle: never make decisions based on a single metric in isolation. A drop in sessions might be concerning, but if your conversion rate improved, you may simply have filtered out low-quality traffic.
For further assistance, contact our support team.
