Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Analytics V4 to Firebase

I have been using Google Analytics version v4 in an Android mobile application for the past few years; I am planning to move to Firebase Analytics.

If I move to Firebase Analytics as is, will I loose all data which is present in Google Analytics.?

If not how do i get the all data which is present in Google Analytics to Firebase Analytics.?

like image 752
Vishwanath.M Avatar asked May 24 '18 04:05

Vishwanath.M


People also ask

Is GA4 same as Firebase Analytics?

GA4 is a modified version of Google Analytics and is loaded with various new features that can benefit Marketers in their work. Companies are looking to set up a GA4 Firebase Integration to better analyze their application data collected in Firebase using GA4.

Is Firebase replacing Google Analytics?

tl;dr: Google Analytics for Firebase, formerly Firebase Analytics, is now known as Google Analytics. It works great for your mobile apps!


1 Answers

This is not possible. Google Analytics for Firebase (GA4F) and Google Analytics (GA) are actually different platforms from each other.

As that said, you will not lose your data in the Google Analytics (GA) console. And, after integrating the Google Analytics for Firebase (GA4F) SDK in your app, the data will be uploaded to the Firebase server and it will be displayed in its console.

like image 124
looptheloop88 Avatar answered Sep 20 '22 02:09

looptheloop88