SlideShare a Scribd company logo
1 of 28
Google Analytics 4 and BigQuery:
The New Kids On The Block
Universal analytics is dead, long live GA4!
Love thy job!
Google analytics 4 history
Google analytics 4 history
Google analytics 4 losing historical data
Google analytics v Universal Analytics
Google analytics 4 benefits: You see more of the user journey
Google analytics 4 benefits: more focus on user engagement
Google analytics 4 benefits: more focus on user engagement
For a session to be considered engaged, a visitor
has to do one or more of the following:
• Engage actively on your website or mobile app for
over 10 seconds.
• Have two or more screen or page views.
• Fire a conversion event.
Google analytics 4 benefits: Enhanced visualisations and
reporting
In Universal Analytics, this suite of features (known as Advanced Analysis) was available only for paying users of GA360.
In GA4, this is a part of the built-in feature set!
Google analytics 4 benefits: Enhanced visualisations and
reporting
Bounce rate is the inverse of Engagement rate. This means that if someone viewed a single page and spent less that 10 seconds on that
page or they didn’t convert, then the session would be considered a bounce.
The Bounce rate metric
shows you the
percentage of
sessions that were not
engaged sessions.
Google analytics 4 benefits: DebugView
The easiest ay to activate the Debugging report, install the Google Analytics Debugger Chrome extension.
Google analytics 4 benefits: Free connection to BigQuery (Free at
last!)
10GB of free storage and free processing of up to 1TB of query data per month.
Google analytics 4 benefits: Holistic Approach to Data Management
https://omisido.com/how-to-create-google-data-studio-dashboards-for-seo/
Google analytics 4 + BigQuery: Top benefits
• Collect raw, unsampled data from your website – unlimited data retention period, analyse complete data etc.
• GA4 + BigQuery = a powerful CDP solution - build a single, coherent, complete view of each customer.
• Reports without restrictions - build reports with any number and combination of metrics you need or include
metrics from third-party sources such as a CRM.
• Custom attribution models based on your rules - build your own attribution models to evaluate the
contribution of each advertising channel to sales.
• Predicting conversions with a custom feature set - build your own predictive machine learning modules.
• Grouping individual channels - build reports with your own channel grouping (it can also be done with
Google Data Studio).
Google analytics 4 : Connect to BigQuery
• Step 1: Set up a Project in Google BigQuery
• Step 2: Enable Google Analytics 4 BigQuery Linking
• Step 3: Enable Google Cloud API
• Step 4: Create a Service account
Google analytics 4 : Connect to BigQuery
Step 4: Create a Service account
Step 1: Set up a Project in Google BigQuery Step 2: Enable Google Analytics 4 BigQuery Linking
Step 3: Enable Google Cloud API
Google analytics 4 : Connect to BigQuery
https://omisido.com/how-to-link-google-analytics-4-to-bigquery-the-ultimate-guide/
Google analytics 4 : BigQuery
Google analytics 4 : BigQuery Nested Fields
Google analytics 4 : BigQuery Nested Fields
SELECT
DISTINCT (
SELECT
value.string_value
FROM
UNNEST(event_params)
WHERE
key = 'page_title' ) AS Page_Title
FROM
-- Replace with your table name.
`ga4-omi-sido.analytics_251301421.events_*`
ORDER BY
1
LIMIT
10
To truly understand the UNNEST concept in detail visit this article by Todd Kerpelman.
Google analytics 4 : BigQuery Most Viewed Pages by Page Title
SELECT
value.string_value as Page_Title,
COUNT(*) as Page_Views
FROM
`ga4-omi-sido.analytics_251301421.events_*`,
UNNEST(event_params)
WHERE
key = "page_title"
AND event_name = "page_view"
GROUP BY
1
ORDER BY
2 DESC
LIMIT 10
Google analytics 4 : Learn SQL
Google analytics 4 : BigQuery Machine Learning
Google analytics 4 : BigQuery Machine Learning
Some of the models supported by BQML
 Linear regression (LINEAR_REG). This is the OG modelling technique, used to predict the
value of a continuous variable. This is what you'd use for questions like "how many units can
we expect a custom to buy?".
 Logistic regression (LOGISTIC_REG). This regression technique lets you classify which
category an observation fits in to. For example, "will this person buy the blue one or the red
one?".
 K-means (KMEANS). This is an unsupervised clustering algorithm. It lets you identify
categories. For example, "given all of the customers in our database, how could we identify
five distinct groups?".
 Tensorflow (TENSORFLOW). If you've already got a trained TensorFlow model, you can
upload it to BQML and serve it directly from there. You can't currently train a TensorFlow
model in BQML.
To learn more, go to https://cloud.google.com/bigquery-ml/docs/introduction
Love thy job!
Thank you
www.omisido.com

More Related Content

Similar to Google Analytics 4 and BigQuery: The New Kids On The Block.pptx

Columbus Web Analytics Wednesday - Google Analytics 4
Columbus Web Analytics Wednesday - Google Analytics 4Columbus Web Analytics Wednesday - Google Analytics 4
Columbus Web Analytics Wednesday - Google Analytics 4Tim Wilson
 
Getting Started with Google Analytics 4
Getting Started with Google Analytics 4Getting Started with Google Analytics 4
Getting Started with Google Analytics 4In Marketing We Trust
 
GOOGLE ANALYTICS COURSE.pptx
GOOGLE ANALYTICS COURSE.pptxGOOGLE ANALYTICS COURSE.pptx
GOOGLE ANALYTICS COURSE.pptxEcommerceGuru
 
Google Analytics with an Intro to Google Tag Manager for Austin WordPress Meetup
Google Analytics with an Intro to Google Tag Manager for Austin WordPress MeetupGoogle Analytics with an Intro to Google Tag Manager for Austin WordPress Meetup
Google Analytics with an Intro to Google Tag Manager for Austin WordPress MeetupRich Plakas
 
Navigating GA4 Google Analytics
Navigating GA4 Google AnalyticsNavigating GA4 Google Analytics
Navigating GA4 Google AnalyticsLaura Lee Dooley
 
Advanced Google Analytics 4.0 by Aviso Digital
Advanced Google Analytics 4.0 by Aviso Digital Advanced Google Analytics 4.0 by Aviso Digital
Advanced Google Analytics 4.0 by Aviso Digital Sumeet Mayor
 
Columbus WAW 2022 - How GA4 can Help You Navigate a Cookie-Restricted World.pdf
Columbus WAW 2022 - How GA4 can Help You Navigate a Cookie-Restricted World.pdfColumbus WAW 2022 - How GA4 can Help You Navigate a Cookie-Restricted World.pdf
Columbus WAW 2022 - How GA4 can Help You Navigate a Cookie-Restricted World.pdfTim Wilson
 
Innovation Through Marketing and TechnologyM.docx
Innovation Through Marketing and TechnologyM.docxInnovation Through Marketing and TechnologyM.docx
Innovation Through Marketing and TechnologyM.docxadkinspaige22
 
Central NJ Web Developers Meetup - Google Analytics 4.pdf
Central NJ Web Developers Meetup - Google Analytics 4.pdfCentral NJ Web Developers Meetup - Google Analytics 4.pdf
Central NJ Web Developers Meetup - Google Analytics 4.pdfDesignHammer
 
MMG GA4 – Using Analytics to Make Better Business Decisions 20230407.pdf
MMG GA4 – Using Analytics to Make Better Business Decisions 20230407.pdfMMG GA4 – Using Analytics to Make Better Business Decisions 20230407.pdf
MMG GA4 – Using Analytics to Make Better Business Decisions 20230407.pdfSharon Mostyn
 
10 Most Underused Features of Google Analytics 360 According to Experts
10 Most Underused Features of Google Analytics 360 According to Experts10 Most Underused Features of Google Analytics 360 According to Experts
10 Most Underused Features of Google Analytics 360 According to ExpertsTatvic Analytics
 
Advanced Google Analytics 4.0 by Aviso Digital
Advanced Google Analytics 4.0 by Aviso DigitalAdvanced Google Analytics 4.0 by Aviso Digital
Advanced Google Analytics 4.0 by Aviso DigitalSumeet Mayor
 
Google analytics individual qualification (gaiq) exam preparation
Google analytics individual qualification (gaiq) exam preparationGoogle analytics individual qualification (gaiq) exam preparation
Google analytics individual qualification (gaiq) exam preparationSrikanth Dhondi
 
Innovation Through Marketing and TechnologyMBA.docx
Innovation Through Marketing and TechnologyMBA.docxInnovation Through Marketing and TechnologyMBA.docx
Innovation Through Marketing and TechnologyMBA.docxadkinspaige22
 
Guide to-google-analytics google 4
Guide to-google-analytics google 4Guide to-google-analytics google 4
Guide to-google-analytics google 4Nizam Uddin
 
Google Analytics - OptSus Marketing
Google Analytics - OptSus MarketingGoogle Analytics - OptSus Marketing
Google Analytics - OptSus MarketingFrank Jones
 
Make Google Analytics 4 A Powerful Marketing Tool for Your School
Make Google Analytics 4  A Powerful Marketing Tool for Your SchoolMake Google Analytics 4  A Powerful Marketing Tool for Your School
Make Google Analytics 4 A Powerful Marketing Tool for Your SchoolHigher Education Marketing
 

Similar to Google Analytics 4 and BigQuery: The New Kids On The Block.pptx (20)

CEO & Co-Founder - Steve Krull, Be Found Online
CEO & Co-Founder - Steve Krull, Be Found OnlineCEO & Co-Founder - Steve Krull, Be Found Online
CEO & Co-Founder - Steve Krull, Be Found Online
 
Columbus Web Analytics Wednesday - Google Analytics 4
Columbus Web Analytics Wednesday - Google Analytics 4Columbus Web Analytics Wednesday - Google Analytics 4
Columbus Web Analytics Wednesday - Google Analytics 4
 
Getting Started with Google Analytics 4
Getting Started with Google Analytics 4Getting Started with Google Analytics 4
Getting Started with Google Analytics 4
 
GOOGLE ANALYTICS COURSE.pptx
GOOGLE ANALYTICS COURSE.pptxGOOGLE ANALYTICS COURSE.pptx
GOOGLE ANALYTICS COURSE.pptx
 
Google Analytics with an Intro to Google Tag Manager for Austin WordPress Meetup
Google Analytics with an Intro to Google Tag Manager for Austin WordPress MeetupGoogle Analytics with an Intro to Google Tag Manager for Austin WordPress Meetup
Google Analytics with an Intro to Google Tag Manager for Austin WordPress Meetup
 
Navigating GA4 Google Analytics
Navigating GA4 Google AnalyticsNavigating GA4 Google Analytics
Navigating GA4 Google Analytics
 
Advanced Google Analytics 4.0 by Aviso Digital
Advanced Google Analytics 4.0 by Aviso Digital Advanced Google Analytics 4.0 by Aviso Digital
Advanced Google Analytics 4.0 by Aviso Digital
 
Google Analytics 4 : The Next Generation of Digital Analytics - Benjamin Kepn...
Google Analytics 4 : The Next Generation of Digital Analytics - Benjamin Kepn...Google Analytics 4 : The Next Generation of Digital Analytics - Benjamin Kepn...
Google Analytics 4 : The Next Generation of Digital Analytics - Benjamin Kepn...
 
Columbus WAW 2022 - How GA4 can Help You Navigate a Cookie-Restricted World.pdf
Columbus WAW 2022 - How GA4 can Help You Navigate a Cookie-Restricted World.pdfColumbus WAW 2022 - How GA4 can Help You Navigate a Cookie-Restricted World.pdf
Columbus WAW 2022 - How GA4 can Help You Navigate a Cookie-Restricted World.pdf
 
Innovation Through Marketing and TechnologyM.docx
Innovation Through Marketing and TechnologyM.docxInnovation Through Marketing and TechnologyM.docx
Innovation Through Marketing and TechnologyM.docx
 
Central NJ Web Developers Meetup - Google Analytics 4.pdf
Central NJ Web Developers Meetup - Google Analytics 4.pdfCentral NJ Web Developers Meetup - Google Analytics 4.pdf
Central NJ Web Developers Meetup - Google Analytics 4.pdf
 
MMG GA4 – Using Analytics to Make Better Business Decisions 20230407.pdf
MMG GA4 – Using Analytics to Make Better Business Decisions 20230407.pdfMMG GA4 – Using Analytics to Make Better Business Decisions 20230407.pdf
MMG GA4 – Using Analytics to Make Better Business Decisions 20230407.pdf
 
10 Most Underused Features of Google Analytics 360 According to Experts
10 Most Underused Features of Google Analytics 360 According to Experts10 Most Underused Features of Google Analytics 360 According to Experts
10 Most Underused Features of Google Analytics 360 According to Experts
 
Advanced Google Analytics 4.0 by Aviso Digital
Advanced Google Analytics 4.0 by Aviso DigitalAdvanced Google Analytics 4.0 by Aviso Digital
Advanced Google Analytics 4.0 by Aviso Digital
 
Google analytics individual qualification (gaiq) exam preparation
Google analytics individual qualification (gaiq) exam preparationGoogle analytics individual qualification (gaiq) exam preparation
Google analytics individual qualification (gaiq) exam preparation
 
Innovation Through Marketing and TechnologyMBA.docx
Innovation Through Marketing and TechnologyMBA.docxInnovation Through Marketing and TechnologyMBA.docx
Innovation Through Marketing and TechnologyMBA.docx
 
Guide to-google-analytics google 4
Guide to-google-analytics google 4Guide to-google-analytics google 4
Guide to-google-analytics google 4
 
Google Analytics - OptSus Marketing
Google Analytics - OptSus MarketingGoogle Analytics - OptSus Marketing
Google Analytics - OptSus Marketing
 
161 200606 Advance Google Analytics 3-4
161 200606 Advance Google Analytics 3-4161 200606 Advance Google Analytics 3-4
161 200606 Advance Google Analytics 3-4
 
Make Google Analytics 4 A Powerful Marketing Tool for Your School
Make Google Analytics 4  A Powerful Marketing Tool for Your SchoolMake Google Analytics 4  A Powerful Marketing Tool for Your School
Make Google Analytics 4 A Powerful Marketing Tool for Your School
 

Recently uploaded

Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceSapana Sha
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理e4aez8ss
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Cantervoginip
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 

Recently uploaded (20)

Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts Service
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Canter
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 

Google Analytics 4 and BigQuery: The New Kids On The Block.pptx

  • 1. Google Analytics 4 and BigQuery: The New Kids On The Block
  • 2. Universal analytics is dead, long live GA4!
  • 6. Google analytics 4 losing historical data
  • 7. Google analytics v Universal Analytics
  • 8. Google analytics 4 benefits: You see more of the user journey
  • 9. Google analytics 4 benefits: more focus on user engagement
  • 10. Google analytics 4 benefits: more focus on user engagement For a session to be considered engaged, a visitor has to do one or more of the following: • Engage actively on your website or mobile app for over 10 seconds. • Have two or more screen or page views. • Fire a conversion event.
  • 11. Google analytics 4 benefits: Enhanced visualisations and reporting In Universal Analytics, this suite of features (known as Advanced Analysis) was available only for paying users of GA360. In GA4, this is a part of the built-in feature set!
  • 12. Google analytics 4 benefits: Enhanced visualisations and reporting Bounce rate is the inverse of Engagement rate. This means that if someone viewed a single page and spent less that 10 seconds on that page or they didn’t convert, then the session would be considered a bounce. The Bounce rate metric shows you the percentage of sessions that were not engaged sessions.
  • 13. Google analytics 4 benefits: DebugView The easiest ay to activate the Debugging report, install the Google Analytics Debugger Chrome extension.
  • 14. Google analytics 4 benefits: Free connection to BigQuery (Free at last!) 10GB of free storage and free processing of up to 1TB of query data per month.
  • 15. Google analytics 4 benefits: Holistic Approach to Data Management https://omisido.com/how-to-create-google-data-studio-dashboards-for-seo/
  • 16. Google analytics 4 + BigQuery: Top benefits • Collect raw, unsampled data from your website – unlimited data retention period, analyse complete data etc. • GA4 + BigQuery = a powerful CDP solution - build a single, coherent, complete view of each customer. • Reports without restrictions - build reports with any number and combination of metrics you need or include metrics from third-party sources such as a CRM. • Custom attribution models based on your rules - build your own attribution models to evaluate the contribution of each advertising channel to sales. • Predicting conversions with a custom feature set - build your own predictive machine learning modules. • Grouping individual channels - build reports with your own channel grouping (it can also be done with Google Data Studio).
  • 17. Google analytics 4 : Connect to BigQuery • Step 1: Set up a Project in Google BigQuery • Step 2: Enable Google Analytics 4 BigQuery Linking • Step 3: Enable Google Cloud API • Step 4: Create a Service account
  • 18. Google analytics 4 : Connect to BigQuery Step 4: Create a Service account Step 1: Set up a Project in Google BigQuery Step 2: Enable Google Analytics 4 BigQuery Linking Step 3: Enable Google Cloud API
  • 19. Google analytics 4 : Connect to BigQuery https://omisido.com/how-to-link-google-analytics-4-to-bigquery-the-ultimate-guide/
  • 20. Google analytics 4 : BigQuery
  • 21. Google analytics 4 : BigQuery Nested Fields
  • 22. Google analytics 4 : BigQuery Nested Fields SELECT DISTINCT ( SELECT value.string_value FROM UNNEST(event_params) WHERE key = 'page_title' ) AS Page_Title FROM -- Replace with your table name. `ga4-omi-sido.analytics_251301421.events_*` ORDER BY 1 LIMIT 10 To truly understand the UNNEST concept in detail visit this article by Todd Kerpelman.
  • 23. Google analytics 4 : BigQuery Most Viewed Pages by Page Title SELECT value.string_value as Page_Title, COUNT(*) as Page_Views FROM `ga4-omi-sido.analytics_251301421.events_*`, UNNEST(event_params) WHERE key = "page_title" AND event_name = "page_view" GROUP BY 1 ORDER BY 2 DESC LIMIT 10
  • 24. Google analytics 4 : Learn SQL
  • 25. Google analytics 4 : BigQuery Machine Learning
  • 26. Google analytics 4 : BigQuery Machine Learning Some of the models supported by BQML  Linear regression (LINEAR_REG). This is the OG modelling technique, used to predict the value of a continuous variable. This is what you'd use for questions like "how many units can we expect a custom to buy?".  Logistic regression (LOGISTIC_REG). This regression technique lets you classify which category an observation fits in to. For example, "will this person buy the blue one or the red one?".  K-means (KMEANS). This is an unsupervised clustering algorithm. It lets you identify categories. For example, "given all of the customers in our database, how could we identify five distinct groups?".  Tensorflow (TENSORFLOW). If you've already got a trained TensorFlow model, you can upload it to BQML and serve it directly from there. You can't currently train a TensorFlow model in BQML. To learn more, go to https://cloud.google.com/bigquery-ml/docs/introduction