SlideShare uma empresa Scribd logo
1 de 41
IIH NORDIC :: GA APP + WEB
GA App + Web
property overview
IIH NORDIC :: GA APP + WEB
31st July
Google Analytics App + Web
26th Sep
Firebase Summit
IIH NORDIC :: GA APP + WEB 3
Back in the days...
2014
Google launch rollup view for website and mobile app data
● Google Analytics SDK
● website dimensions and metrics
● session-based
IIH NORDIC :: GA APP + WEB 4
2014
Google launch rollup view for website and mobile app
data
● Google Analytics SDK
● website dimensions and metrics
● session-based
Back in the days...
IIH NORDIC :: GA APP + WEB 5
The challenge
IIH NORDIC :: GA APP + WEB 6
2014
Google launch rollup view for website and mobile app
data
● Google Analytics SDK
● website dimensions and metrics
● session-based
2019
App + Web tracking
● one data model: GA4F
● cross-platform user identification
● Firebase functionalities ♥
This time for real
IIH NORDIC :: GA APP + WEB 7
What is GA App + Web
In a nutshell,
● new single data model
● new way of working with the data
● new setup required
IIH NORDIC :: GA APP + WEB 8
Play on words...
≈
App + Web
≈website web app
IIH NORDIC :: GA APP + WEB 9
In Firebase documentation
App + Web
IIH NORDIC :: GA APP + WEB
What's significant about GA App + Web
IIH NORDIC :: GA APP + WEB 11
Disclaimer
GA App + Web
IIH NORDIC :: GA APP + WEB 12
BigQuery integration
Out of the box for web!
● fast queries of large data sets
● data modelling, etc.
IIH NORDIC :: GA APP + WEB 13
BigQuery integration
Out of the box for web!
● fast queries of large data sets
● data modelling, etc.
GA 360
Hey...
IIH NORDIC :: GA APP + WEB 14
(side note) The cloud in 2019
1. Global cloud market growth +17.5%
2. Google in #3, but gaining pace
https://www.gartner.com/en/newsroom/press-releases/2019-04-02-gartner-
forecasts-worldwide-public-cloud-revenue-to-g
https://www.zdnet.com/article/top-cloud-providers-2019-aws-microsoft-azure-
google-cloud-ibm-makes-hybrid-move-salesforce-dominates-saas/
IIH NORDIC :: GA APP + WEB 15
Data model
just this one:
● events (single variable)
+ parameters
+ user properties
types of hits:
● pageviews/screenviews
● events
● ecommerce
● social
● timing
App + Web
IIH NORDIC :: GA APP + WEB 16
Data model - example
1. event: page_view
2. event: form
○ (param) form_name: <event
name>
○ (param) form_action: click
○ (param) form_type: simple
○ (param) form_cta: sign up here!
3. event: form
○ (param) form_name: <event
name>
○ (param) form_action: success
App + Web
1. pageview
2. event
○ category: form submit
○ action: <event name>
○ label: click to submit
3. event
○ category: form submit
○ action: <event name>
○ label: success
IIH NORDIC :: GA APP + WEB 17
● tracking of users across platforms
and device types
Cross-platform user identification
IIH NORDIC :: GA APP + WEB 18
Sampling
none!
GA 360
Hey...
IIH NORDIC :: GA APP + WEB 19
Marketing: attribution in standard reports
● Some (albeit limited)
choice of attribution
models in standard
reports
● (Not surprisingly…)
focus on Google Ads
IIH NORDIC :: GA APP + WEB 20
Audiences
● Custom Segments Audiences
● exclusion settings:
You can now decide when users
should be excluded from an
Audience.
● exclusion permanent or temporary
● event-scoped conditions
● time-based sequences
...across platforms & device types
IIH NORDIC :: GA APP + WEB 21
Analysis: Exploration
Ad-hoc segmentation
and filtering
GA 360
Hey...
IIH NORDIC :: GA APP + WEB 22
Analysis: Funnels
Retroactive funnel
configuration
GA 360
Hey...
IIH NORDIC :: GA APP + WEB 23
Analysis: Pathing
Path Analysis for
understanding of
sequential behaviour
IIH NORDIC :: GA APP + WEB 24
Setup: built-in events
Some events are collected by default
IIH NORDIC :: GA APP + WEB 25
Setup: some additional tag-free tracking
Some of the basic interactions can
tracked by default using the
Enhanced Measurement feature.
IIH NORDIC :: GA APP + WEB
But that's not all...
IIH NORDIC :: GA APP + WEB 27
Firebase SDKs
Agile marketing, app-style...
IIH NORDIC :: GA APP + WEB 28
Cloud Messaging
Send in-browser messages to users using Firebase interface!
IIH NORDIC :: GA APP + WEB 29
Remote Config
Instant changes to your
website based on conditions:
● behavioural (analytics)
● technical (browser, OS,
etc.)
● demo/geo (language,
etc.)
The example on the right shows a
banner displayed to randomly selected
50% of users.
IIH NORDIC :: GA APP + WEB 30
Dynamic Links
● campaign links that also deep-link to your app
dynamic.link/campaign1
campaign
landing page
app
landing screen
mobile website
landing page
IIH NORDIC :: GA APP + WEB 31
To sum it up...
IIH NORDIC :: GA APP + WEB
Setup
IIH NORDIC :: GA APP + WEB
IIH NORDIC :: GA APP + WEB 34
(Almost) easy as pie
● Analytics setup ➡ GTM template tags
no additional coding
(reuse the data layer)
● Firebase project ➡ linked with GA and BigQuery,
with app added
if app exists, then
most likely already in place
● Google Cloud project ➡ billing
IIH NORDIC :: GA APP + WEB 35
GTM
Tag templates in web
containers (GA4F)
IIH NORDIC :: GA APP + WEB 36
Measurement Protocol 2.0
Updated method of sending data to Google
(Measurement Protocol 2.0):
● technically possible to send multiple events in a
single hit
IIH NORDIC :: GA APP + WEB
Considerations & Roadmap
IIH NORDIC :: GA APP + WEB 38
Caveats
● It's still in beta
● Max number of parameters per property is 100, including:
○ only 10 text parameters 50 text parameters (think: GA Custom Dimensions)
○ 40 numerical 50 numerical parameters (think: GA Custom Metrics)
○ + 25 user Properties
● Non-standard numeric parameters (i.e. other than event_count and value )
can only be seen/analysed in BigQuery.
● Few 'standard' reports in the reporting UI - it has all gone custom now…
● No integrated Ecommerce tracking (product-scoped dimensions)
● No DoubleClick integration
● No view Filters...
IIH NORDIC :: GA APP + WEB 39
In the pipeline
● ecommerce tracking
● BigQuery integration (not working for Web right now)
● Machine Learning anomaly detection
● offline data integration
● premium tier
IIH NORDIC :: GA APP + WEB 40
Roadmap
Now
● Flexible event-based data model
● De-duplicated insights with
customer-provided User ID
● Ad Hoc analysis capabilities
(funnels, pathing...)
● Enhanced Measurement
(automatic event tracking)
● FIR SDKs: Cloud Messaging,
Remote Config, Dynamic Links
● BigQuery integration
Next (2019 - 2020)
● Improved integration with Google
Ads
● eCommerce Capabilities
● Cross-device via “Google
Signals”
● Intelligence / Machine Learning
capabilities
● Session reporting and analysis
Later (2020 - 2021)
● Enhanced attribution reports
● GMP integrations (DV360,
SA360)
● Offline data import capabilities
● 360 tier of app + web property
including SLAs, etc.
IIH NORDIC :: GA APP + WEB 41
Recommendation
● dual implementation: test & learn
Start collecting data in GA4F format early and add functionalities as they are
rolled out

Mais conteúdo relacionado

Semelhante a Technical Deep Dive - Inside Firebase

Unica Web Analytics Kpmg June 08
Unica Web Analytics Kpmg June 08Unica Web Analytics Kpmg June 08
Unica Web Analytics Kpmg June 08dougco
 
🎙GA4 Chances & Differences Guide
🎙GA4 Chances & Differences Guide🎙GA4 Chances & Differences Guide
🎙GA4 Chances & Differences GuideŞahin Seçil
 
Introduction to Digital Analytics for Apps - Trusted Conf
Introduction to Digital Analytics for Apps - Trusted ConfIntroduction to Digital Analytics for Apps - Trusted Conf
Introduction to Digital Analytics for Apps - Trusted ConfIn Marketing We Trust
 
Genexus X Evolution 3
Genexus X Evolution 3Genexus X Evolution 3
Genexus X Evolution 3GeneXus
 
A Big (Query) Frog in a Small Pond, Jakub Motyl, BuffPanel
A Big (Query) Frog in a Small Pond, Jakub Motyl, BuffPanelA Big (Query) Frog in a Small Pond, Jakub Motyl, BuffPanel
A Big (Query) Frog in a Small Pond, Jakub Motyl, BuffPanelData Science Club
 
Google Analytics Products Overview 2020
Google Analytics Products Overview 2020Google Analytics Products Overview 2020
Google Analytics Products Overview 2020Principle America
 
Petabytes to Personalization - Data Analytics with Qubit and Looker
Petabytes to Personalization - Data Analytics with Qubit and LookerPetabytes to Personalization - Data Analytics with Qubit and Looker
Petabytes to Personalization - Data Analytics with Qubit and LookerRittman Analytics
 
Web.dev extended : What's new in Web [GDG Taichung]
Web.dev extended : What's new in Web [GDG Taichung]Web.dev extended : What's new in Web [GDG Taichung]
Web.dev extended : What's new in Web [GDG Taichung]Chieh Kai Yang
 
What's New in the Winter '16 Release (4.2)
What's New in the Winter '16 Release (4.2)What's New in the Winter '16 Release (4.2)
What's New in the Winter '16 Release (4.2)AppDynamics
 
Gimel at Dataworks Summit San Jose 2018
Gimel at Dataworks Summit San Jose 2018Gimel at Dataworks Summit San Jose 2018
Gimel at Dataworks Summit San Jose 2018Romit Mehta
 
Dataworks | 2018-06-20 | Gimel data platform
Dataworks | 2018-06-20 | Gimel data platformDataworks | 2018-06-20 | Gimel data platform
Dataworks | 2018-06-20 | Gimel data platformDeepak Chandramouli
 
Building Data Products with BigQuery for PPC and SEO (SMX 2022)
Building Data Products with BigQuery for PPC and SEO (SMX 2022)Building Data Products with BigQuery for PPC and SEO (SMX 2022)
Building Data Products with BigQuery for PPC and SEO (SMX 2022)Christopher Gutknecht
 
ML, Statistics, and Spark with Databricks for Maximizing Revenue in a Delayed...
ML, Statistics, and Spark with Databricks for Maximizing Revenue in a Delayed...ML, Statistics, and Spark with Databricks for Maximizing Revenue in a Delayed...
ML, Statistics, and Spark with Databricks for Maximizing Revenue in a Delayed...Databricks
 
Forge - DevCon 2016: Integrate & extend your construction ecosystem with BI...
  Forge - DevCon 2016: Integrate & extend your construction ecosystem with BI...  Forge - DevCon 2016: Integrate & extend your construction ecosystem with BI...
Forge - DevCon 2016: Integrate & extend your construction ecosystem with BI...Autodesk
 
Integrating Web and Business Data
Integrating Web and Business DataIntegrating Web and Business Data
Integrating Web and Business DataSafe Software
 
[Public] between two worlds native&no-native experiences
[Public] between two worlds  native&no-native experiences[Public] between two worlds  native&no-native experiences
[Public] between two worlds native&no-native experiencesNicolas Bortolotti
 
APIdays Paris 2019 - Data APIs as a service: Focusing on your core business w...
APIdays Paris 2019 - Data APIs as a service: Focusing on your core business w...APIdays Paris 2019 - Data APIs as a service: Focusing on your core business w...
APIdays Paris 2019 - Data APIs as a service: Focusing on your core business w...apidays
 
Google Cloud Platform Update
Google Cloud Platform UpdateGoogle Cloud Platform Update
Google Cloud Platform UpdateIdo Green
 
Custom Reports & Integrations with GraphQL
Custom Reports & Integrations with GraphQLCustom Reports & Integrations with GraphQL
Custom Reports & Integrations with GraphQLLeanIX GmbH
 

Semelhante a Technical Deep Dive - Inside Firebase (20)

Unica Web Analytics Kpmg June 08
Unica Web Analytics Kpmg June 08Unica Web Analytics Kpmg June 08
Unica Web Analytics Kpmg June 08
 
🎙GA4 Chances & Differences Guide
🎙GA4 Chances & Differences Guide🎙GA4 Chances & Differences Guide
🎙GA4 Chances & Differences Guide
 
Introduction to Digital Analytics for Apps - Trusted Conf
Introduction to Digital Analytics for Apps - Trusted ConfIntroduction to Digital Analytics for Apps - Trusted Conf
Introduction to Digital Analytics for Apps - Trusted Conf
 
Genexus X Evolution 3
Genexus X Evolution 3Genexus X Evolution 3
Genexus X Evolution 3
 
A Big (Query) Frog in a Small Pond, Jakub Motyl, BuffPanel
A Big (Query) Frog in a Small Pond, Jakub Motyl, BuffPanelA Big (Query) Frog in a Small Pond, Jakub Motyl, BuffPanel
A Big (Query) Frog in a Small Pond, Jakub Motyl, BuffPanel
 
Power BI for Developers
Power BI for DevelopersPower BI for Developers
Power BI for Developers
 
Google Analytics Products Overview 2020
Google Analytics Products Overview 2020Google Analytics Products Overview 2020
Google Analytics Products Overview 2020
 
Petabytes to Personalization - Data Analytics with Qubit and Looker
Petabytes to Personalization - Data Analytics with Qubit and LookerPetabytes to Personalization - Data Analytics with Qubit and Looker
Petabytes to Personalization - Data Analytics with Qubit and Looker
 
Web.dev extended : What's new in Web [GDG Taichung]
Web.dev extended : What's new in Web [GDG Taichung]Web.dev extended : What's new in Web [GDG Taichung]
Web.dev extended : What's new in Web [GDG Taichung]
 
What's New in the Winter '16 Release (4.2)
What's New in the Winter '16 Release (4.2)What's New in the Winter '16 Release (4.2)
What's New in the Winter '16 Release (4.2)
 
Gimel at Dataworks Summit San Jose 2018
Gimel at Dataworks Summit San Jose 2018Gimel at Dataworks Summit San Jose 2018
Gimel at Dataworks Summit San Jose 2018
 
Dataworks | 2018-06-20 | Gimel data platform
Dataworks | 2018-06-20 | Gimel data platformDataworks | 2018-06-20 | Gimel data platform
Dataworks | 2018-06-20 | Gimel data platform
 
Building Data Products with BigQuery for PPC and SEO (SMX 2022)
Building Data Products with BigQuery for PPC and SEO (SMX 2022)Building Data Products with BigQuery for PPC and SEO (SMX 2022)
Building Data Products with BigQuery for PPC and SEO (SMX 2022)
 
ML, Statistics, and Spark with Databricks for Maximizing Revenue in a Delayed...
ML, Statistics, and Spark with Databricks for Maximizing Revenue in a Delayed...ML, Statistics, and Spark with Databricks for Maximizing Revenue in a Delayed...
ML, Statistics, and Spark with Databricks for Maximizing Revenue in a Delayed...
 
Forge - DevCon 2016: Integrate & extend your construction ecosystem with BI...
  Forge - DevCon 2016: Integrate & extend your construction ecosystem with BI...  Forge - DevCon 2016: Integrate & extend your construction ecosystem with BI...
Forge - DevCon 2016: Integrate & extend your construction ecosystem with BI...
 
Integrating Web and Business Data
Integrating Web and Business DataIntegrating Web and Business Data
Integrating Web and Business Data
 
[Public] between two worlds native&no-native experiences
[Public] between two worlds  native&no-native experiences[Public] between two worlds  native&no-native experiences
[Public] between two worlds native&no-native experiences
 
APIdays Paris 2019 - Data APIs as a service: Focusing on your core business w...
APIdays Paris 2019 - Data APIs as a service: Focusing on your core business w...APIdays Paris 2019 - Data APIs as a service: Focusing on your core business w...
APIdays Paris 2019 - Data APIs as a service: Focusing on your core business w...
 
Google Cloud Platform Update
Google Cloud Platform UpdateGoogle Cloud Platform Update
Google Cloud Platform Update
 
Custom Reports & Integrations with GraphQL
Custom Reports & Integrations with GraphQLCustom Reports & Integrations with GraphQL
Custom Reports & Integrations with GraphQL
 

Mais de IIHEvents

When You Need Custom Data in GTM but a Developer is Not Available
When You Need Custom Data in GTM but a Developer is Not AvailableWhen You Need Custom Data in GTM but a Developer is Not Available
When You Need Custom Data in GTM but a Developer is Not AvailableIIHEvents
 
The Harvest is Plentiful, but the Workers are Few
The Harvest is Plentiful, but the Workers are FewThe Harvest is Plentiful, but the Workers are Few
The Harvest is Plentiful, but the Workers are FewIIHEvents
 
GDPR Impact to Analytics & Marketing
GDPR Impact to Analytics & MarketingGDPR Impact to Analytics & Marketing
GDPR Impact to Analytics & MarketingIIHEvents
 
How Feed Automation Can Get You to the Next Level
How Feed Automation Can Get You to the Next LevelHow Feed Automation Can Get You to the Next Level
How Feed Automation Can Get You to the Next LevelIIHEvents
 
A Market Leading Data Setup and Organisation
A Market Leading Data Setup and OrganisationA Market Leading Data Setup and Organisation
A Market Leading Data Setup and OrganisationIIHEvents
 
Yasamin Malikshahi om 7 tips til mobilsalg - december 2019
Yasamin Malikshahi om 7 tips til mobilsalg - december 2019Yasamin Malikshahi om 7 tips til mobilsalg - december 2019
Yasamin Malikshahi om 7 tips til mobilsalg - december 2019IIHEvents
 
Christian Doeleman-Lassen om Konverteringsoptimering: den hemmelige ingredien...
Christian Doeleman-Lassen om Konverteringsoptimering: den hemmelige ingredien...Christian Doeleman-Lassen om Konverteringsoptimering: den hemmelige ingredien...
Christian Doeleman-Lassen om Konverteringsoptimering: den hemmelige ingredien...IIHEvents
 
Creating a market-leading data setup in 6 months by Marie Lykke
Creating a market-leading data setup in 6 months by Marie LykkeCreating a market-leading data setup in 6 months by Marie Lykke
Creating a market-leading data setup in 6 months by Marie LykkeIIHEvents
 
From growth to profit by Johan Bisgaard Larsen
From growth to profit by Johan Bisgaard LarsenFrom growth to profit by Johan Bisgaard Larsen
From growth to profit by Johan Bisgaard LarsenIIHEvents
 
Digital Impact Forum Nov 7
Digital Impact Forum Nov 7Digital Impact Forum Nov 7
Digital Impact Forum Nov 7IIHEvents
 
Going Hyper Local
Going Hyper LocalGoing Hyper Local
Going Hyper LocalIIHEvents
 
Social Media Advertising Strategies
Social Media Advertising StrategiesSocial Media Advertising Strategies
Social Media Advertising StrategiesIIHEvents
 
Conversions and Content that Attract Your Audience
Conversions and Content that Attract Your AudienceConversions and Content that Attract Your Audience
Conversions and Content that Attract Your AudienceIIHEvents
 
Firebase Analytics - Tales from the Trenches
Firebase Analytics - Tales from the TrenchesFirebase Analytics - Tales from the Trenches
Firebase Analytics - Tales from the TrenchesIIHEvents
 
Consequences and Indications - A High-Level Perspective on Firebase
Consequences and Indications - A High-Level Perspective on FirebaseConsequences and Indications - A High-Level Perspective on Firebase
Consequences and Indications - A High-Level Perspective on FirebaseIIHEvents
 
The Difficult Questions Your Digital Strategist Wants You To Ask (And Some Th...
The Difficult Questions Your Digital Strategist Wants You To Ask (And Some Th...The Difficult Questions Your Digital Strategist Wants You To Ask (And Some Th...
The Difficult Questions Your Digital Strategist Wants You To Ask (And Some Th...IIHEvents
 
The digital strategy myths 3 things to consider
The digital strategy myths   3 things to considerThe digital strategy myths   3 things to consider
The digital strategy myths 3 things to considerIIHEvents
 
Orchestrating Data to Increase Sales & Reduce Costs
Orchestrating Data to Increase Sales & Reduce CostsOrchestrating Data to Increase Sales & Reduce Costs
Orchestrating Data to Increase Sales & Reduce CostsIIHEvents
 
Simo Ahava slides
Simo Ahava slidesSimo Ahava slides
Simo Ahava slidesIIHEvents
 

Mais de IIHEvents (20)

When You Need Custom Data in GTM but a Developer is Not Available
When You Need Custom Data in GTM but a Developer is Not AvailableWhen You Need Custom Data in GTM but a Developer is Not Available
When You Need Custom Data in GTM but a Developer is Not Available
 
The Harvest is Plentiful, but the Workers are Few
The Harvest is Plentiful, but the Workers are FewThe Harvest is Plentiful, but the Workers are Few
The Harvest is Plentiful, but the Workers are Few
 
GDPR Impact to Analytics & Marketing
GDPR Impact to Analytics & MarketingGDPR Impact to Analytics & Marketing
GDPR Impact to Analytics & Marketing
 
How Feed Automation Can Get You to the Next Level
How Feed Automation Can Get You to the Next LevelHow Feed Automation Can Get You to the Next Level
How Feed Automation Can Get You to the Next Level
 
A Market Leading Data Setup and Organisation
A Market Leading Data Setup and OrganisationA Market Leading Data Setup and Organisation
A Market Leading Data Setup and Organisation
 
Yasamin Malikshahi om 7 tips til mobilsalg - december 2019
Yasamin Malikshahi om 7 tips til mobilsalg - december 2019Yasamin Malikshahi om 7 tips til mobilsalg - december 2019
Yasamin Malikshahi om 7 tips til mobilsalg - december 2019
 
Christian Doeleman-Lassen om Konverteringsoptimering: den hemmelige ingredien...
Christian Doeleman-Lassen om Konverteringsoptimering: den hemmelige ingredien...Christian Doeleman-Lassen om Konverteringsoptimering: den hemmelige ingredien...
Christian Doeleman-Lassen om Konverteringsoptimering: den hemmelige ingredien...
 
Creating a market-leading data setup in 6 months by Marie Lykke
Creating a market-leading data setup in 6 months by Marie LykkeCreating a market-leading data setup in 6 months by Marie Lykke
Creating a market-leading data setup in 6 months by Marie Lykke
 
From growth to profit by Johan Bisgaard Larsen
From growth to profit by Johan Bisgaard LarsenFrom growth to profit by Johan Bisgaard Larsen
From growth to profit by Johan Bisgaard Larsen
 
Driven?
Driven?Driven?
Driven?
 
Digital Impact Forum Nov 7
Digital Impact Forum Nov 7Digital Impact Forum Nov 7
Digital Impact Forum Nov 7
 
Going Hyper Local
Going Hyper LocalGoing Hyper Local
Going Hyper Local
 
Social Media Advertising Strategies
Social Media Advertising StrategiesSocial Media Advertising Strategies
Social Media Advertising Strategies
 
Conversions and Content that Attract Your Audience
Conversions and Content that Attract Your AudienceConversions and Content that Attract Your Audience
Conversions and Content that Attract Your Audience
 
Firebase Analytics - Tales from the Trenches
Firebase Analytics - Tales from the TrenchesFirebase Analytics - Tales from the Trenches
Firebase Analytics - Tales from the Trenches
 
Consequences and Indications - A High-Level Perspective on Firebase
Consequences and Indications - A High-Level Perspective on FirebaseConsequences and Indications - A High-Level Perspective on Firebase
Consequences and Indications - A High-Level Perspective on Firebase
 
The Difficult Questions Your Digital Strategist Wants You To Ask (And Some Th...
The Difficult Questions Your Digital Strategist Wants You To Ask (And Some Th...The Difficult Questions Your Digital Strategist Wants You To Ask (And Some Th...
The Difficult Questions Your Digital Strategist Wants You To Ask (And Some Th...
 
The digital strategy myths 3 things to consider
The digital strategy myths   3 things to considerThe digital strategy myths   3 things to consider
The digital strategy myths 3 things to consider
 
Orchestrating Data to Increase Sales & Reduce Costs
Orchestrating Data to Increase Sales & Reduce CostsOrchestrating Data to Increase Sales & Reduce Costs
Orchestrating Data to Increase Sales & Reduce Costs
 
Simo Ahava slides
Simo Ahava slidesSimo Ahava slides
Simo Ahava slides
 

Último

M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Delhi Call girls
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756dollysharma2066
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...rajveerescorts2022
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfPaul Menig
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Lviv Startup Club
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...Aggregage
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxpriyanshujha201
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒anilsa9823
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfAdmir Softic
 

Último (20)

M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdf
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 

Technical Deep Dive - Inside Firebase

  • 1. IIH NORDIC :: GA APP + WEB GA App + Web property overview
  • 2. IIH NORDIC :: GA APP + WEB 31st July Google Analytics App + Web 26th Sep Firebase Summit
  • 3. IIH NORDIC :: GA APP + WEB 3 Back in the days... 2014 Google launch rollup view for website and mobile app data ● Google Analytics SDK ● website dimensions and metrics ● session-based
  • 4. IIH NORDIC :: GA APP + WEB 4 2014 Google launch rollup view for website and mobile app data ● Google Analytics SDK ● website dimensions and metrics ● session-based Back in the days...
  • 5. IIH NORDIC :: GA APP + WEB 5 The challenge
  • 6. IIH NORDIC :: GA APP + WEB 6 2014 Google launch rollup view for website and mobile app data ● Google Analytics SDK ● website dimensions and metrics ● session-based 2019 App + Web tracking ● one data model: GA4F ● cross-platform user identification ● Firebase functionalities ♥ This time for real
  • 7. IIH NORDIC :: GA APP + WEB 7 What is GA App + Web In a nutshell, ● new single data model ● new way of working with the data ● new setup required
  • 8. IIH NORDIC :: GA APP + WEB 8 Play on words... ≈ App + Web ≈website web app
  • 9. IIH NORDIC :: GA APP + WEB 9 In Firebase documentation App + Web
  • 10. IIH NORDIC :: GA APP + WEB What's significant about GA App + Web
  • 11. IIH NORDIC :: GA APP + WEB 11 Disclaimer GA App + Web
  • 12. IIH NORDIC :: GA APP + WEB 12 BigQuery integration Out of the box for web! ● fast queries of large data sets ● data modelling, etc.
  • 13. IIH NORDIC :: GA APP + WEB 13 BigQuery integration Out of the box for web! ● fast queries of large data sets ● data modelling, etc. GA 360 Hey...
  • 14. IIH NORDIC :: GA APP + WEB 14 (side note) The cloud in 2019 1. Global cloud market growth +17.5% 2. Google in #3, but gaining pace https://www.gartner.com/en/newsroom/press-releases/2019-04-02-gartner- forecasts-worldwide-public-cloud-revenue-to-g https://www.zdnet.com/article/top-cloud-providers-2019-aws-microsoft-azure- google-cloud-ibm-makes-hybrid-move-salesforce-dominates-saas/
  • 15. IIH NORDIC :: GA APP + WEB 15 Data model just this one: ● events (single variable) + parameters + user properties types of hits: ● pageviews/screenviews ● events ● ecommerce ● social ● timing App + Web
  • 16. IIH NORDIC :: GA APP + WEB 16 Data model - example 1. event: page_view 2. event: form ○ (param) form_name: <event name> ○ (param) form_action: click ○ (param) form_type: simple ○ (param) form_cta: sign up here! 3. event: form ○ (param) form_name: <event name> ○ (param) form_action: success App + Web 1. pageview 2. event ○ category: form submit ○ action: <event name> ○ label: click to submit 3. event ○ category: form submit ○ action: <event name> ○ label: success
  • 17. IIH NORDIC :: GA APP + WEB 17 ● tracking of users across platforms and device types Cross-platform user identification
  • 18. IIH NORDIC :: GA APP + WEB 18 Sampling none! GA 360 Hey...
  • 19. IIH NORDIC :: GA APP + WEB 19 Marketing: attribution in standard reports ● Some (albeit limited) choice of attribution models in standard reports ● (Not surprisingly…) focus on Google Ads
  • 20. IIH NORDIC :: GA APP + WEB 20 Audiences ● Custom Segments Audiences ● exclusion settings: You can now decide when users should be excluded from an Audience. ● exclusion permanent or temporary ● event-scoped conditions ● time-based sequences ...across platforms & device types
  • 21. IIH NORDIC :: GA APP + WEB 21 Analysis: Exploration Ad-hoc segmentation and filtering GA 360 Hey...
  • 22. IIH NORDIC :: GA APP + WEB 22 Analysis: Funnels Retroactive funnel configuration GA 360 Hey...
  • 23. IIH NORDIC :: GA APP + WEB 23 Analysis: Pathing Path Analysis for understanding of sequential behaviour
  • 24. IIH NORDIC :: GA APP + WEB 24 Setup: built-in events Some events are collected by default
  • 25. IIH NORDIC :: GA APP + WEB 25 Setup: some additional tag-free tracking Some of the basic interactions can tracked by default using the Enhanced Measurement feature.
  • 26. IIH NORDIC :: GA APP + WEB But that's not all...
  • 27. IIH NORDIC :: GA APP + WEB 27 Firebase SDKs Agile marketing, app-style...
  • 28. IIH NORDIC :: GA APP + WEB 28 Cloud Messaging Send in-browser messages to users using Firebase interface!
  • 29. IIH NORDIC :: GA APP + WEB 29 Remote Config Instant changes to your website based on conditions: ● behavioural (analytics) ● technical (browser, OS, etc.) ● demo/geo (language, etc.) The example on the right shows a banner displayed to randomly selected 50% of users.
  • 30. IIH NORDIC :: GA APP + WEB 30 Dynamic Links ● campaign links that also deep-link to your app dynamic.link/campaign1 campaign landing page app landing screen mobile website landing page
  • 31. IIH NORDIC :: GA APP + WEB 31 To sum it up...
  • 32. IIH NORDIC :: GA APP + WEB Setup
  • 33. IIH NORDIC :: GA APP + WEB
  • 34. IIH NORDIC :: GA APP + WEB 34 (Almost) easy as pie ● Analytics setup ➡ GTM template tags no additional coding (reuse the data layer) ● Firebase project ➡ linked with GA and BigQuery, with app added if app exists, then most likely already in place ● Google Cloud project ➡ billing
  • 35. IIH NORDIC :: GA APP + WEB 35 GTM Tag templates in web containers (GA4F)
  • 36. IIH NORDIC :: GA APP + WEB 36 Measurement Protocol 2.0 Updated method of sending data to Google (Measurement Protocol 2.0): ● technically possible to send multiple events in a single hit
  • 37. IIH NORDIC :: GA APP + WEB Considerations & Roadmap
  • 38. IIH NORDIC :: GA APP + WEB 38 Caveats ● It's still in beta ● Max number of parameters per property is 100, including: ○ only 10 text parameters 50 text parameters (think: GA Custom Dimensions) ○ 40 numerical 50 numerical parameters (think: GA Custom Metrics) ○ + 25 user Properties ● Non-standard numeric parameters (i.e. other than event_count and value ) can only be seen/analysed in BigQuery. ● Few 'standard' reports in the reporting UI - it has all gone custom now… ● No integrated Ecommerce tracking (product-scoped dimensions) ● No DoubleClick integration ● No view Filters...
  • 39. IIH NORDIC :: GA APP + WEB 39 In the pipeline ● ecommerce tracking ● BigQuery integration (not working for Web right now) ● Machine Learning anomaly detection ● offline data integration ● premium tier
  • 40. IIH NORDIC :: GA APP + WEB 40 Roadmap Now ● Flexible event-based data model ● De-duplicated insights with customer-provided User ID ● Ad Hoc analysis capabilities (funnels, pathing...) ● Enhanced Measurement (automatic event tracking) ● FIR SDKs: Cloud Messaging, Remote Config, Dynamic Links ● BigQuery integration Next (2019 - 2020) ● Improved integration with Google Ads ● eCommerce Capabilities ● Cross-device via “Google Signals” ● Intelligence / Machine Learning capabilities ● Session reporting and analysis Later (2020 - 2021) ● Enhanced attribution reports ● GMP integrations (DV360, SA360) ● Offline data import capabilities ● 360 tier of app + web property including SLAs, etc.
  • 41. IIH NORDIC :: GA APP + WEB 41 Recommendation ● dual implementation: test & learn Start collecting data in GA4F format early and add functionalities as they are rolled out

Notas do Editor

  1. 2014 half-hearted: 2 different platforms requiring 2 different approaches to setup no cross-platform Also, GA user ID available only on web (not apps)
  2. 2014 half-hearted: 2 different platforms requiring 2 different approaches to setup no cross-platform Also, GA user ID available only on web (not apps)
  3. GA App + Web is in beta stage now. Most likely we will see more features - perhaps covering more of current Google Analytics functionalities.
  4. GA 360: