Skip to content
Marketing & SEO Medium #ga4#analytics

GA4 Event Architecture

Page views, events, conversions, audiences. The GA4 data model.

A free, animated ga4 event architecture you can read here or embed on any website, from Scrollchart.

GA4 Event Architecture

GA4 Event ArchitectureEvery hit flows through four layers: client, collection, BigQuery export, reportingClient-side eventsGA4 collection layerBigQuery exportLooker Studio / reportingpage_viewscrollclickcustom eventMeasurementProtocolAuto-collectedeventsEnhancedmeasurementRecommendedeventsConversions& audiencesBigQueryevents_* tablesGA4 UIreportsLooker StudiodashboardsCustomSQL queriesGA4 collects all events equally; conversion designation and audience membership are post-collection labels

GA4 data flow from client-side events through measurement protocol, BigQuery export, and Looker Studio reporting.

Good for

  • GA4 migration guides explaining how Universal Analytics sessions map to GA4 event scopes and BigQuery exports
  • Analytics engineering primers showing how to reconstruct sessions and funnels from the raw events_* tables in BigQuery
  • Tag management audits comparing auto-collected vs enhanced measurement vs custom event coverage across a GA4 implementation

Source & accuracy

This ga4 event architecture is an editorial illustration built to represent the concept accurately. Where it shows figures, they are typical or representative values chosen to make the relationship clear, not a single underlying dataset. The diagram and its explainer are reviewed and maintained centrally, and updated over time as understanding improves.

Building the GA4 data model from events

GA4 (Google Analytics 4) structured data collection around events: actions a user takes. A page view is an event. A button click is an event. A form submission is an event. Video play, purchase, download, signup are all events. Each event carries parameters (which page, which button, which form field, how long the video played). This granular event structure replaces GA3's fixed categories and gives much more flexibility.

Sessions group events by user within a time window (default 30 minutes of inactivity). Conversions are designated events the business cares about (signup, purchase, contact form). Audiences are groups of users who share properties (all users from a country, all users who viewed the pricing page, all users who added items to cart but didn't purchase). Each of these is built from event data.

Why event tracking requires upfront intent

GA4's flexibility is powerful but demands upfront planning. In GA3, you got traffic, sources, and pages automatically. In GA4, you must define what constitutes a conversion, what user properties matter, and what custom events to track. A poorly configured GA4 property collects noise but misses the business metrics. A well-configured property streams clean data that feeds dashboards, attribution models, and audience building.

The gap between raw event data and business insights is intentional. GA4 wants you to think about causation. If users who view your pricing page have 3x higher purchase rate than random visitors, that's actionable. But GA4 doesn't know to track pricing-page-views until you configure it. The system enforces specificity: defining conversion events forces clarity on what success means.

Embed this diagram

Add this animated ga4 event architecture to your own site. Copy one line of HTML, or use the embed builder for theme and sizing options.

Reference

What this is
A free, embeddable, animated ga4 event architecture for any website.
Who uses it
SaaS marketing blogs, SEO agencies & blogs.
How to embed
Copy one line of HTML. No signup. No watermark. Works in WordPress, Webflow, Ghost, Substack, plain HTML.
File size
iframe embed, ~80 KB gzipped (loads on demand, does not block your page paint).
License
Free forever. Editorial explainer text included; updated centrally over time.

Embed format options

Copy the universal HTML snippet, the WordPress shortcode, or an iframe fallback - see the WordPress plugin page for details. Any format keeps the same Core Web Vitals profile and the same explainer text.

Embed snippet
<div data-scrollchart="ga4-event-flow" data-scrollchart-v="1"></div>
<script src="https://scrollchart.com/embed.js" async></script>

Frequently asked questions

Where can I get a free animated "GA4 Event Architecture" for my website?
Scrollchart provides "GA4 Event Architecture" as a free, embeddable animated diagram you can add to any website with one line of HTML. No signup is required and there is no watermark. The diagram and its explainer text are served from scrollchart.com, so the embed stays current without any maintenance on your end.
How do I embed a ga4 event architecture in WordPress or a static site?
Paste the HTML snippet from the Scrollchart diagram page into your WordPress post (in HTML/code view), your Webflow embed block, or directly into a static HTML file. No plugin is needed. The diagram loads from scrollchart.com and paints in as the reader scrolls.