How to access GA4 Sample Data in BigQuery
If you don’t have your own GA4 data in BigQuery, you can query the GA4 sample data available via BigQuery Public datasets.
The sample data is derived from Google Merchandise Store (an ecommerce website owned by Google) and Google ‘Flood-it’ mobile app (a mobile gaming app from Google).
How to access GA4 sample data in BigQuery?
Follow the steps below to access and query the GA4 sample dataset in BigQuery:
Step-1: Create a new Google Cloud platform account. If you already have the account, then log in.
Step-2: Create a new BigQuery project. If you already have a BigQuery project, then navigate to it.
Step-3: Click on the ga4_obfuscated_sample_ecommerce dataset to access the BigQuery sample dataset for GA4 ecommerce web implementation.
You should now see a screen like the one below, which shows the schema of the data table named: bigquery-public-data.ga4_obfuscated_sample_ecommerce.events_20210131
The data table ‘events_(92)’ contains 92 days of obfuscated data from November 2020 to January 2021.
Obfuscated data means certain fields contain placeholder values, including <Other>, NULL, and ”, and the internal consistency of the dataset might be somewhat limited.
Google recommends not to compare the data in the data table with the Google Analytics Demo Account for the Google Merchandise store as the data is different.
Step-4: Click on the ‘QUERY’ drop-down menu and then click on ‘In new tab’:
You should now see a screen which shows SQL query with a syntax error:
You see the syntax error: ‘SELECT list must not be empty at [1:9]’ because the SQL query is not correct.
Step-5: Type the * character just after the SELECT statement to instruct BigQuery to retrieve all the columns of the data table:
The green checkmark indicates that our SQL query is correct.
Step-6: Click on the ‘MORE’ drop-down menu and then click on ‘Format query’ to make the SQL query more readable:
Your formatted query should now look like the one below:
Step-7: Click on the ‘Run’ button to run the query:
You should now see the query results at the bottom of the data table:
That’s how you can query GA4 sample data in BigQuery.
Step-8: Navigate to the document ‘[GA4] BigQuery Export schema’ to help you read the query results. Through this document, you can get a brief description of each field.
For example, through this document, you can understand that the field named ‘event_date’ denotes the date when the event was logged (i.e. recorded):
Step-9: Run some of the advanced sample queries provided by Google. For example, let’s run a SQL query which shows what other products were purchased by customers who purchased a specific product.
Step-10: Navigate to this page: https://developers.google.com/analytics/bigquery/advanced-queries#simplified and then click on the ‘Copy Code Sample’ button:
Step-11: Paste the copied sample code in the SQL editor and then click on the ‘Run’ button:
You should now see the query results at the bottom of the data table, which shows what other products were purchased by customers who purchased a specific product.
Step-12: Scroll all the way up and then click on the star button next to the project named ‘BigQuery-public-data’:
In BigQuery, the star button is used to mark a project, dataset, or table as a favourite.
It provides a convenient way to quickly access frequently used resources, even when you have a large number of projects, datasets, and data tables in your account.
How to access and query GA4 sample mobile app data in BigQuery?
Follow the steps below:
Step-1: Create a new Google Cloud platform account. If you already have the account, then log in.
Step-2: Create a new BigQuery project. If you already have a BigQuery project, then navigate to it.
Step-3: Click on the flood it dataset to access the BigQuery sample dataset for GA4 gaming app implementation.
You should now see a screen like the one below, which shows the schema of the data table named: firebase-public-project.analytics_153293282.events_20181003
The data table ‘events_(114)’ contains 114 days of obfuscated data from the year 2018.
Step-4: Click on the ‘QUERY’ drop-down menu and then click on ‘In new tab’:
You should now see a screen which shows SQL query with a syntax error:
You see the syntax error: ‘SELECT list must not be empty at [1:9]’ because the SQL query is not correct.
Step-5: Type the * character just after the SELECT statement to instruct BigQuery to retrieve all the columns of the data table:
The green checkmark indicates that our SQL query is correct.
Step-6: Click on the ‘MORE’ drop-down menu and then click on ‘Format query’ to make the SQL query more readable:
Your formatted query should now look like the one below:
Step-7: Click on the ‘Run’ button to run the query:
You should now see the query results at the bottom of the data table:
That’s how you can query GA4 sample mobile app data in BigQuery.
Step-8: Click on the star button next to the project named ‘firebase-public-project’ to mark the project as favorite and quickly access it:
Other articles on GA4 BigQuery
#1 BigQuery Introduction
- How to create a new Google Cloud Platform account.
- How to create a new BigQuery project.
- What is Google BigQuery Sandbox and how to use it.
- Understanding the BigQuery User Interface.
- What is BigQuery Data Transfer Service & how it works.
- How to create data transfer in BigQuery.
- Connect and transfer data from Google Sheets to BigQuery.
- How to access BigQuery Public Data Sets.
- Best Supermetrics Alternative – Dataddo.
#2 GA4 BigQuery Introduction
- Google Analytics 4 BigQuery Tutorial for Beginners to Advanced.
- GA4 Bigquery Export Schema Tutorial.
- GA4 BigQuery – Connect Google Analytics 4 with BigQuery.
- events_ & events_intraday_ tables in BigQuery for GA4 (Google Analytics 4).
- pseudonymous_users_ & users_ data tables in BigQuery for GA4 (Google Analytics 4).
- How to access GA4 Sample Data in BigQuery.
- Advantages of using Google BigQuery for Google Analytics 4.
- Impact of Google Advanced Consent Mode on BigQuery & GDPR.
#3 GA4 BigQuery Data Transfer
- How to Connect and Export Data from GA4 to BigQuery
- How to backfill GA4 data in BigQuery.
- How to overcome GA4 BigQuery Export limit.
- How to Send Custom GA4 Data to BigQuery.
- How to backup Universal Analytics data to BigQuery.
- How to send data from Google Ads to BigQuery.
- How to send data from Google Search Console to BigQuery.
- Sending data from Google Analytics to BigQuery without 360.
- How to send data from Facebook ads to BigQuery.
- How to pull custom data from Google Analytics to BigQuery.
#4 BigQuery Cost Optimization
- Guide to BigQuery Cost Optimization.
- Using Google Cloud pricing calculator for BigQuery.
- Cost of using BigQuery for Google Analytics 4.
#5 Query GA4 BigQuery Data
- How to query Google Analytics data in BigQuery.
- Query GA4 data in BigQuery without understanding SQL.
- Using GA4 BigQuery SQL generator to create SQL queries.
- New vs Returning users in GA4 BigQuery data table.
- GA4 BigQuery Composer Tutorial for ChatGPT.
- How to track GA4 BigQuery Schema Change.
- Calculating Sessions and Engaged Sessions in GA4 BigQuery.
- Calculating Total Users in GA4 BigQuery.
#6 GA4 to BigQuery Dimension/Metric Mapping.
- GA4 to BigQuery Mapping Tutorial.
- GA4 Attribution Dimensions to BigQuery Mapping.
- GA4 Google Ads Dimensions to BigQuery Mapping.
- GA4 Demographic Dimensions to BigQuery Mapping.
- GA4 Ecommerce Dimensions to BigQuery Mapping.
- GA4 Event-Scoped Ecommerce Metrics to BigQuery Mapping.
- GA4 Item-Scoped Ecommerce Metrics to BigQuery Mapping.
- GA4 Revenue Metrics to BigQuery Mapping.
- GA4 Event Dimensions to BigQuery Mapping.
- GA4 Event Metrics to BigQuery Mapping.
- GA4 Geography Dimensions to BigQuery Mapping.
- GA4 Link Dimensions to BigQuery Mapping.
- GA4 Page/Screen Dimensions to BigQuery Mapping.
- GA4 Page/Screen Metrics to BigQuery Mapping.
- GA4 Platform/Device Dimensions to BigQuery Mapping.
- GA4 User-Scoped Traffic Dimensions to BigQuery Mapping.
- GA4 Session-Scoped Traffic Dimensions to BigQuery Mapping.
- GA4 Session Metrics to BigQuery Mapping.
- GA4 User Dimensions to BigQuery Mapping.
- GA4 User Metrics to BigQuery Mapping.
- GA4 Advertising Metrics to BigQuery Mapping.
-
If you don’t have your own GA4 data in BigQuery, you can query the GA4 sample data available via BigQuery Public datasets.
The sample data is derived from Google Merchandise Store (an ecommerce website owned by Google) and Google ‘Flood-it’ mobile app (a mobile gaming app from Google).
How to access GA4 sample data in BigQuery?
Follow the steps below to access and query the GA4 sample dataset in BigQuery:
Step-1: Create a new Google Cloud platform account. If you already have the account, then log in.
Step-2: Create a new BigQuery project. If you already have a BigQuery project, then navigate to it.
Step-3: Click on the ga4_obfuscated_sample_ecommerce dataset to access the BigQuery sample dataset for GA4 ecommerce web implementation.
You should now see a screen like the one below, which shows the schema of the data table named: bigquery-public-data.ga4_obfuscated_sample_ecommerce.events_20210131
The data table ‘events_(92)’ contains 92 days of obfuscated data from November 2020 to January 2021.
Obfuscated data means certain fields contain placeholder values, including <Other>, NULL, and ”, and the internal consistency of the dataset might be somewhat limited.
Google recommends not to compare the data in the data table with the Google Analytics Demo Account for the Google Merchandise store as the data is different.
Step-4: Click on the ‘QUERY’ drop-down menu and then click on ‘In new tab’:
You should now see a screen which shows SQL query with a syntax error:
You see the syntax error: ‘SELECT list must not be empty at [1:9]’ because the SQL query is not correct.
Step-5: Type the * character just after the SELECT statement to instruct BigQuery to retrieve all the columns of the data table:
The green checkmark indicates that our SQL query is correct.
Step-6: Click on the ‘MORE’ drop-down menu and then click on ‘Format query’ to make the SQL query more readable:
Your formatted query should now look like the one below:
Step-7: Click on the ‘Run’ button to run the query:
You should now see the query results at the bottom of the data table:
That’s how you can query GA4 sample data in BigQuery.
Step-8: Navigate to the document ‘[GA4] BigQuery Export schema’ to help you read the query results. Through this document, you can get a brief description of each field.
For example, through this document, you can understand that the field named ‘event_date’ denotes the date when the event was logged (i.e. recorded):
Step-9: Run some of the advanced sample queries provided by Google. For example, let’s run a SQL query which shows what other products were purchased by customers who purchased a specific product.
Step-10: Navigate to this page: https://developers.google.com/analytics/bigquery/advanced-queries#simplified and then click on the ‘Copy Code Sample’ button:
Step-11: Paste the copied sample code in the SQL editor and then click on the ‘Run’ button:
You should now see the query results at the bottom of the data table, which shows what other products were purchased by customers who purchased a specific product.
Step-12: Scroll all the way up and then click on the star button next to the project named ‘BigQuery-public-data’:
In BigQuery, the star button is used to mark a project, dataset, or table as a favourite.
It provides a convenient way to quickly access frequently used resources, even when you have a large number of projects, datasets, and data tables in your account.
How to access and query GA4 sample mobile app data in BigQuery?
Follow the steps below:
Step-1: Create a new Google Cloud platform account. If you already have the account, then log in.
Step-2: Create a new BigQuery project. If you already have a BigQuery project, then navigate to it.
Step-3: Click on the flood it dataset to access the BigQuery sample dataset for GA4 gaming app implementation.
You should now see a screen like the one below, which shows the schema of the data table named: firebase-public-project.analytics_153293282.events_20181003
The data table ‘events_(114)’ contains 114 days of obfuscated data from the year 2018.
Step-4: Click on the ‘QUERY’ drop-down menu and then click on ‘In new tab’:
You should now see a screen which shows SQL query with a syntax error:
You see the syntax error: ‘SELECT list must not be empty at [1:9]’ because the SQL query is not correct.
Step-5: Type the * character just after the SELECT statement to instruct BigQuery to retrieve all the columns of the data table:
The green checkmark indicates that our SQL query is correct.
Step-6: Click on the ‘MORE’ drop-down menu and then click on ‘Format query’ to make the SQL query more readable:
Your formatted query should now look like the one below:
Step-7: Click on the ‘Run’ button to run the query:
You should now see the query results at the bottom of the data table:
That’s how you can query GA4 sample mobile app data in BigQuery.
Step-8: Click on the star button next to the project named ‘firebase-public-project’ to mark the project as favorite and quickly access it:
Other articles on GA4 BigQuery
#1 BigQuery Introduction
- How to create a new Google Cloud Platform account.
- How to create a new BigQuery project.
- What is Google BigQuery Sandbox and how to use it.
- Understanding the BigQuery User Interface.
- What is BigQuery Data Transfer Service & how it works.
- How to create data transfer in BigQuery.
- Connect and transfer data from Google Sheets to BigQuery.
- How to access BigQuery Public Data Sets.
- Best Supermetrics Alternative – Dataddo.
#2 GA4 BigQuery Introduction
- Google Analytics 4 BigQuery Tutorial for Beginners to Advanced.
- GA4 Bigquery Export Schema Tutorial.
- GA4 BigQuery – Connect Google Analytics 4 with BigQuery.
- events_ & events_intraday_ tables in BigQuery for GA4 (Google Analytics 4).
- pseudonymous_users_ & users_ data tables in BigQuery for GA4 (Google Analytics 4).
- How to access GA4 Sample Data in BigQuery.
- Advantages of using Google BigQuery for Google Analytics 4.
- Impact of Google Advanced Consent Mode on BigQuery & GDPR.
#3 GA4 BigQuery Data Transfer
- How to Connect and Export Data from GA4 to BigQuery
- How to backfill GA4 data in BigQuery.
- How to overcome GA4 BigQuery Export limit.
- How to Send Custom GA4 Data to BigQuery.
- How to backup Universal Analytics data to BigQuery.
- How to send data from Google Ads to BigQuery.
- How to send data from Google Search Console to BigQuery.
- Sending data from Google Analytics to BigQuery without 360.
- How to send data from Facebook ads to BigQuery.
- How to pull custom data from Google Analytics to BigQuery.
#4 BigQuery Cost Optimization
- Guide to BigQuery Cost Optimization.
- Using Google Cloud pricing calculator for BigQuery.
- Cost of using BigQuery for Google Analytics 4.
#5 Query GA4 BigQuery Data
- How to query Google Analytics data in BigQuery.
- Query GA4 data in BigQuery without understanding SQL.
- Using GA4 BigQuery SQL generator to create SQL queries.
- New vs Returning users in GA4 BigQuery data table.
- GA4 BigQuery Composer Tutorial for ChatGPT.
- How to track GA4 BigQuery Schema Change.
- Calculating Sessions and Engaged Sessions in GA4 BigQuery.
- Calculating Total Users in GA4 BigQuery.
#6 GA4 to BigQuery Dimension/Metric Mapping.
- GA4 to BigQuery Mapping Tutorial.
- GA4 Attribution Dimensions to BigQuery Mapping.
- GA4 Google Ads Dimensions to BigQuery Mapping.
- GA4 Demographic Dimensions to BigQuery Mapping.
- GA4 Ecommerce Dimensions to BigQuery Mapping.
- GA4 Event-Scoped Ecommerce Metrics to BigQuery Mapping.
- GA4 Item-Scoped Ecommerce Metrics to BigQuery Mapping.
- GA4 Revenue Metrics to BigQuery Mapping.
- GA4 Event Dimensions to BigQuery Mapping.
- GA4 Event Metrics to BigQuery Mapping.
- GA4 Geography Dimensions to BigQuery Mapping.
- GA4 Link Dimensions to BigQuery Mapping.
- GA4 Page/Screen Dimensions to BigQuery Mapping.
- GA4 Page/Screen Metrics to BigQuery Mapping.
- GA4 Platform/Device Dimensions to BigQuery Mapping.
- GA4 User-Scoped Traffic Dimensions to BigQuery Mapping.
- GA4 Session-Scoped Traffic Dimensions to BigQuery Mapping.
- GA4 Session Metrics to BigQuery Mapping.
- GA4 User Dimensions to BigQuery Mapping.
- GA4 User Metrics to BigQuery Mapping.
- GA4 Advertising Metrics to BigQuery Mapping.
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.