Jia Li
Jia Li

Reputation: 508

Integrating AppsFlyer to Google Analytics property migrated from Firebase

Our mobile app tracks app installs with AppsFlyer. We now need to track installs with Firebase. Our Firebase app links to Google Analytics. So, we are trying to integrate Appsflyer to GA and get AppsFlyer to send install events to GA automatically.

Following the link below, AppsFlyer requires GA's tracking_id as the Account_Id for the integration. As our GA property was linked from Firebase project, there isn't any tracking_id. Is there any other firebase id we can use for this?

https://support.appsflyer.com/hc/en-us/articles/207040616-Google-Analytics-integrations#intro

Upvotes: 0

Views: 1596

Answers (1)

Nivi Mor
Nivi Mor

Reputation: 11

As you pointed out, Firebase for analytics doesn't included the GA ID that you need in order to integrate GA with AppsFlyer.

What you can do is integrate AppsFlyer with Firebase and GTM.

Note that this integration requires you to send installs to Firebase as in-app events. It doesn't really send installs to Firebase. The link I included takes you to a section in the article that explains how to do it.

Upvotes: 1

Related Questions