0
votes

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?

1
@mate00 It seems like difference is only about changing SDK in app, but I can't find official documentation about this - Pavel Mokshanov

1 Answers

1
votes

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.