Firebase Analytics with Amazon In-App purchasing

633 views Asked by At

Looking at moving from Google Analytics to Firebase. I note that it states it automatically collects in-app purchase data for IOS and Google Play but I would also look to get data from Amazon Appstore and Galaxy Apps In-App purchases. Is this achievable?

2

There are 2 answers

1
AniV On

Google Analytics for Firebase's data for in_app_purchases for android app comes from Google Play after the linkage has been established in between Google Play and Firebase. For iOS app, it is tracked after the SDK has been put in place.

If you want to track data of in_app_purchases from Amazon and Galaxy app stores, send a feature request to Firebase Support.

2
adbitx On

For other kind of in_app_purchases, you can try to log ecommerce_purchase events which is also a conversion event similar to IAP event and it also counts automatically to the lifetime value just like IAP. On the callback when your users have finished a transaction, you can log the value of the product and the currency of it. See more details here.