Migrating Google Analytics To SDK Firebase : Can I Keep My Actual Property?
I received an email from google analytics explaining me that I must migrate to SDK Firebase.
They told me : "Starting October, we will begin to decommission properties that were identified at the time of our first notice as receiving data exclusively from the Google Analytics Services SDK. • Data collection and processing for such properties will stop October 31, 2019. • Reporting access through our UI and API access will remain available for these properties’ historical data until January 31, 2020. • After our service is fully turned down in February, 2020, these properties will no longer be accessible via our Google Analytics UI or API, and their data will be removed from Google Analytics servers. You will receive further notification as these deadlines approach."
So, I install the SDK Firebase in my app, keeping the same property in analytics.
My question is : Should I have created a new property? How can I be sure that Google will not delete it?
Thank you in advance for your help !
Answer
The key here is properties ... receiving data exclusively from the Google Analytics Services SDK. The Sunsetting the Google Analytics Services SDKs, Firebase Help page has better wording
If you have properties that receive app data (no web, no Measurement Protocol) only from those SDKs
There is no need to create a new property if you are receiving data from the new source, the Firebase SDK.
Related Questions
- → How can I query Firebase for an equalTo boolean parameter?
- → How can I access nested data in Firebase with React?
- → Firebase simple blog (confused with security rules)
- → Removing item in Firebase with React, re-render returns item undefined
- → AngularJS Unknown Provider Error (Firebase & AngularFire)
- → How do you pass top level component state down to Routes using react-router?
- → "this" is null in firebase query function in reactjs
- → Angular Module Failed to Load
- → Multiple dex files define Lcom/google/android/gms/internal/zzrx;
- → Joining Firebase tables in React
- → How can I make add firepad to my reactjs project?
- → How to use Cloud Functions for Firebase to prerender pages for SEO?
- → React.js component has null state?