Pavel Mokshanov
Pavel Mokshanov

Reputation: 67

How to migrate from Google Analytics to Firebase?

In Google Analytics we can track Google Play campaigns https://developers.google.com/analytics/devguides/collection/android/v4/campaigns?hl=ru#google-play-campaigns In fact that this API will be closed soon, how should I migrate tracking to Firebase?

Upvotes: 0

Views: 622

Answers (1)

Susan
Susan

Reputation: 76

Currently, the only way to migrate is to setup Firebase Analytics in your project. Firebase tracks Google Play campaigns the same way as GA, so it will automatically detect and record conversions coming from the campaign. Refer to this link for more information on how conversions are tracked in Firebase.

Upvotes: 2

Related Questions