Hello,
I use Cordova to package my application and would like to track/receive the email for metrics like ARPU and ARPDAU. Currently the transactions are fully handled and verified by the app stores.
Is there any way to log those purchases as revenue in Playfab without Playfab being involved in handling the purchase process?
Thank you!
,Answer by Citrus Yan · Jul 01, 2020 at 06:53 AM
Currently logging purchases as revenue without PlayFab being involved is not supported (there is no API for this). You can make a feature request about it here:
https://community.playfab.com/spaces/24/index.html
Therefore, to make this work, you may need to consider integrating transaction processes with PlayFab.
Or, you can also write custom events - each representing the data of a single purchase to PlayFab, and use PlayFab Insights to access & do custom analysis on them, for more details, please see:
https://docs.microsoft.com/en-us/gaming/playfab/features/insights/insights/