GA4 Event Metrics to BigQuery Mapping

Here’s a breakdown of GA4 event metrics and their corresponding BigQuery fields:

GA4 Event MetricsWhat it isBigQuery Field Name
Key eventsMeasures how frequently users trigger events that have been designated as key events.Not directly available in BigQuery export schema; requires custom logic based on event names designated as key events.
Event countThe total number of times any event is triggered by users across the platform.COUNT(event_name)
Event count per userRepresents the average number of events each active user triggers.COUNT(event_name) / COUNT(DISTINCT user_pseudo_id)
WHERE /* Add filter based on user activity data for the timeframe */
Event valueThis metric aggregates all value parameters associated with events, capturing both realized and potential contributions beyond direct purchases.SUM(event_params.value.double_value) WHERE event_params.key = 'value'
Events per sessionThe average number of events that occur within a session, indicating user engagement per session.COUNT(event_name) / COUNT(DISTINCT event_bundle_sequence_id)
First opensCounts the number of times the application is opened for the first time by new users.COUNTIF(event_name = 'first_open')
First visitsTracks the number of first-time visits to your website by new users.COUNTIF(event_name = 'first_visit')

Points to consider

There is no corresponding field in the BigQuery export schema that flags an event as a key event. 

To calculate this metric, you would need to define which events are considered key events within your GA4 configuration and then count occurrences of those events.

My best selling books on Digital Analytics and Conversion Optimization

Maths and Stats for Web Analytics and Conversion Optimization
This expert guide will teach you how to leverage the knowledge of maths and statistics in order to accurately interpret data and take actions, which can quickly improve the bottom-line of your online business.

Master the Essentials of Email Marketing Analytics
This book focuses solely on the ‘analytics’ that power your email marketing optimization program and will help you dramatically reduce your cost per acquisition and increase marketing ROI by tracking the performance of the various KPIs and metrics used for email marketing.

Attribution Modelling in Google Analytics and BeyondSECOND EDITION OUT NOW!
Attribution modelling is the process of determining the most effective marketing channels for investment. This book has been written to help you implement attribution modelling. It will teach you how to leverage the knowledge of attribution modelling in order to allocate marketing budget and understand buying behaviour.

Attribution Modelling in Google Ads and Facebook
This book has been written to help you implement attribution modelling in Google Ads (Google AdWords) and Facebook. It will teach you, how to leverage the knowledge of attribution modelling in order to understand the customer purchasing journey and determine the most effective marketing channels for investment.

About the Author

Himanshu Sharma

  • Founder, OptimizeSmart.com
  • Over 15 years of experience in digital analytics and marketing
  • Author of four best-selling books on digital analytics and conversion optimization
  • Nominated for Digital Analytics Association Awards for Excellence
  • Runs one of the most popular blogs in the world on digital analytics
  • Consultant to countless small and big businesses over the decade