GA4 Page/Screen Dimensions to BigQuery Mapping
Following are the main advantages of mapping GA4 Page/Screen Dimensions to their corresponding BigQuery fields:
1) By mapping page titles, paths, and referrers, you can visualize users’ paths through your website or app. Identify common entry and exit points, optimize navigation flow, and pinpoint areas where users drop off.
2) You can analyze which content groups, types, and specific pages resonate best with users based on metrics like page views, time spent, and engagement.
3) You can create highly targeted user segments by combining page/screen data with user demographics or behaviour. This can be a powerful tool for tailoring your marketing or product strategies to specific user groups.
4) You can leverage page/screen data to understand user interests and preferences.
5) You can utilize page/screen data alongside other event data to build a more comprehensive picture of user touchpoints before a conversion.
Here’s a breakdown of GA4 Page/Screen dimensions and their corresponding BigQuery fields:
GA4 Page/Screen Dimensions What it is BigQuery Field Name Content group Identifies the content group associated with a page or screen. event_params.value.string_value WHERE event_params.key = 'content_group'
Content ID A unique identifier assigned to a content group. event_params.value.string_value WHERE event_params.key = 'content_id'
Content type Describes the type of content associated with a content group. event_params.value.string_value WHERE event_params.key = 'content_type'
Hostname Specifies the subdomain and domain name of the URL users visit. event_params.value.string_value WHERE event_params.key = 'hostname'
Landing page Provides the page path and query string of the first pageview in a session. event_params.value.string_value WHERE event_params.key = 'landing_page'
Page location The complete URL of the webpage visited by a user. event_params.value.string_value WHERE event_params.key = 'page_location'
Page path + query string Captures the page path and query string of a URL. event_params.value.string_value WHERE event_params.key = 'page_path_plus_query_string'
Page path and screen class Combines the page path from a website URL with the screen class from a mobile application. event_params.value.string_value WHERE event_params.key = 'page_path_and_screen_class'
Page referrer Records the referring URL from which the user came. event_params.value.string_value WHERE event_params.key = 'page_referrer'
Page title The title set for a webpage. event_params.value.string_value WHERE event_params.key = 'page_title'
Page title and screen class Merges the page title from a website with the screen class from a mobile app. event_params.value.string_value WHERE event_params.key = 'page_title_and_screen_class'
Page title and screen name Pairs the page title from a website with the screen name set for a mobile app. event_params.value.string_value WHERE event_params.key = 'page_title_and_screen_name'
Points to consider
Content ID:
While the formula event_params.value.string_value WHERE event_params.key = ‘content_id’ attempts to retrieve a content ID, it’s important to note that GA4 doesn’t inherently provide a unique identifier for content groups.
The ‘content_id’ parameter might be populated with custom IDs you have defined, but it is not a guaranteed field in every content group event.
Page location, Page path + query string, Page path and screen class, Page title and screen class, Page title and screen name:
These fields all use the same formula structure (event_params.value.string_value with key filters).
However,
It is essential to understand that GA4 might not provide all these specific parameters within every pageview event. Their presence depends on whether the relevant data was collected during the event.
Here’s a breakdown of the potentially missing data:
- page_location: This might not be available for all events if GA4 wasn’t able to determine the full URL.
- page_path_plus_query_string: Similar to ‘page_location‘, this combined field might be absent if some data wasn’t collected.
- Mobile app data (screen class names): The screen class related parameters (page_path_and_screen_class, page_title_and_screen_class, page_title_and_screen_name) won’t be populated for events originating from websites.
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.
-
Following are the main advantages of mapping GA4 Page/Screen Dimensions to their corresponding BigQuery fields:
1) By mapping page titles, paths, and referrers, you can visualize users’ paths through your website or app. Identify common entry and exit points, optimize navigation flow, and pinpoint areas where users drop off.
2) You can analyze which content groups, types, and specific pages resonate best with users based on metrics like page views, time spent, and engagement.
3) You can create highly targeted user segments by combining page/screen data with user demographics or behaviour. This can be a powerful tool for tailoring your marketing or product strategies to specific user groups.
4) You can leverage page/screen data to understand user interests and preferences.
5) You can utilize page/screen data alongside other event data to build a more comprehensive picture of user touchpoints before a conversion.
Here’s a breakdown of GA4 Page/Screen dimensions and their corresponding BigQuery fields:
GA4 Page/Screen Dimensions | What it is | BigQuery Field Name |
---|---|---|
Content group | Identifies the content group associated with a page or screen. | event_params.value.string_value WHERE event_params.key = 'content_group' |
Content ID | A unique identifier assigned to a content group. | event_params.value.string_value WHERE event_params.key = 'content_id' |
Content type | Describes the type of content associated with a content group. | event_params.value.string_value WHERE event_params.key = 'content_type' |
Hostname | Specifies the subdomain and domain name of the URL users visit. | event_params.value.string_value WHERE event_params.key = 'hostname' |
Landing page | Provides the page path and query string of the first pageview in a session. | event_params.value.string_value WHERE event_params.key = 'landing_page' |
Page location | The complete URL of the webpage visited by a user. | event_params.value.string_value WHERE event_params.key = 'page_location' |
Page path + query string | Captures the page path and query string of a URL. | event_params.value.string_value WHERE event_params.key = 'page_path_plus_query_string' |
Page path and screen class | Combines the page path from a website URL with the screen class from a mobile application. | event_params.value.string_value WHERE event_params.key = 'page_path_and_screen_class' |
Page referrer | Records the referring URL from which the user came. | event_params.value.string_value WHERE event_params.key = 'page_referrer' |
Page title | The title set for a webpage. | event_params.value.string_value WHERE event_params.key = 'page_title' |
Page title and screen class | Merges the page title from a website with the screen class from a mobile app. | event_params.value.string_value WHERE event_params.key = 'page_title_and_screen_class' |
Page title and screen name | Pairs the page title from a website with the screen name set for a mobile app. | event_params.value.string_value WHERE event_params.key = 'page_title_and_screen_name' |
Points to consider
Content ID:
While the formula event_params.value.string_value WHERE event_params.key = ‘content_id’ attempts to retrieve a content ID, it’s important to note that GA4 doesn’t inherently provide a unique identifier for content groups.
The ‘content_id’ parameter might be populated with custom IDs you have defined, but it is not a guaranteed field in every content group event.
Page location, Page path + query string, Page path and screen class, Page title and screen class, Page title and screen name:
These fields all use the same formula structure (event_params.value.string_value with key filters).
However,
It is essential to understand that GA4 might not provide all these specific parameters within every pageview event. Their presence depends on whether the relevant data was collected during the event.
Here’s a breakdown of the potentially missing data:
- page_location: This might not be available for all events if GA4 wasn’t able to determine the full URL.
- page_path_plus_query_string: Similar to ‘page_location‘, this combined field might be absent if some data wasn’t collected.
- Mobile app data (screen class names): The screen class related parameters (page_path_and_screen_class, page_title_and_screen_class, page_title_and_screen_name) won’t be populated for events originating from websites.
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.