+ All Categories
Home > Data & Analytics > 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Date post: 21-Apr-2017
Category:
Upload: michaela-linhart
View: 526 times
Download: 0 times
Share this document with a friend
26
App Tracking 2.0 Google Firebase Analytics Michaela Linhart MeasureCamp #9: 10th September 2016
Transcript
Page 1: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

App Tracking 2.0Google Firebase Analytics

Michaela Linhart

MeasureCamp #9: 10th September 2016

Page 2: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 2

Google FirebaseNew and integraded Mobile Development Suite with 15 tools for Android, iOS and Web Apps

Features: firebase.google.com/features

Page 3: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 3

Google Firebase AnalyticsHeart of the suite - free and unlimited analytics tool

Features: firebase.google.com/features

Page 4: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 4

NEW Tool

Page 5: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 5

GTM for mobile v2

NEW GTM

Page 6: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 6

NEW SDK

Page 7: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 7

Analysis Interface - Dashboard

Page 8: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 8

Analysis Interface - Events

Page 9: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 9

Analysis Interface - Audiences

Page 10: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 10

Analysis Interface - Attribution

Page 11: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 11

Analysis Interface - Funnels

Page 12: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 12

Analysis Interface - Cohorts

Page 13: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 13

Analysis Interface - User Properties

Page 14: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 14

Advantages of Firebase

● Free to use○ except database, data storage, hosting, …

● Open Source (GitHub)

● Full integration to exisiting Google Products○ AdWords, AdMob, Doubleclick, BQ

● X-plattform compatible○ Android, iOS, web apps

● Excellent documentation

● Free support

Page 15: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 15

Advantages of Firebase Analytics

● App-oriented instead of web-oriented

● No quota limits

● No sampling

● GTM for Mobile V2 ○ better app integration → easier to implement

○ allows tracking in GA as well

● Ease-of-use

Page 16: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 16

Happy analysing!

Michaela Linhart

Consultant Digital Analytics Vienna, Austria

[email protected]

+43-1-309 09 09- 28

www.e-dialog.at

Firebase Blog Post: www.e-dialog.at/blog/webanalyse/app-tracking-neu-mit-google-firebase-analytics/

Page 17: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 17

FAQ

Is Firebase Analytics replacing the tracking in Google Analytics?

● Yes!

○ Firebase provides more information by default

○ App-oriented instead of web-oriented analysis

○ Full integration of all Google Products too

Details: support.google.com/firebase/answer/6317485?hl=en

Page 18: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 18

FAQ

Can I track Firebase events in GA?

● Yes!

● Via GTM for mobile V2

○ Universal Analytics Tags

○ Setup remains the same as before

Page 19: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 19Firebase Tracking Code

Firebase Analytics Google Analytics

Google Tag Manager for mobile V2

event1 = a event2 = a

event1 = a

event2 = b

event2 = b

event2 = b

event3 = a

event3 = a

event3 = a

event3 = a

event3 = a

Page 20: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 20

FAQ

What happens with the previous version of the GTM and the

existing legacy SDK?

● Google still support them

● But: plan an upgrade to Firebase during the next year

○ New features will only be provided on Firebase

○ Sooner or later Google will turn it off

Page 21: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 21

GTM for mobile V2 - Implementation

● is based on native Firebase Tracking Code ● easier to integrate to your App

○ 1 code for native & GTM tracking

○ → 3 different GTM container: Android, iOS, Web

○ automatically implemented via Firebase SDK

● no stand-alone product anymore

Page 22: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 22

GTM for mobile V2 - Usage

● Firebase actions○ Modify

○ Add

○ Block

● Track to○ GA (AdWords, Floodlight)

○ adjust

○ AppsFlyer

○ Apsalar

○ Tune Mobile

○ Kochava

Page 23: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 23

Automatically collected Events

● first_open app_update app_exception

● in_app_purchase app_remove notifications

● user_engagement os_update dynamic_links

● session_start app_clear_data

Link: support.google.com/firebase/answer/6317485?hl=en&ref_topic=6317484

Page 24: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 24

Automatically collected User Properties

● App version● Device model● Gender● Age● Interests● OS version● New / Established

Link: support.google.com/firebase/answer/6317486?hl=en&ref_topic=6317484

Page 25: 20160910 MeasureCamp Presentation - App Tracking 2.0 - Google Firebase Analytics

Seite 25

Recommended Events for all Apps

● select_content share join_group

● spend_virtual_currency sign_up tutorial_begin

● search present_offer tutorial_complete

Link: support.google.com/firebase/answer/6317498?hl=en&ref_topic=6317484


Recommended