Current active installs by user
Total installs by user
Daily installs for the last three months
I will prefer to Download Google Play Console to check current installs or Daily installs for the last three months
2 Likes
cian
(Cian)
July 6, 2019, 3:32am
#3
If you are not using PlayStore you can use firebase to track the stats. You can use the AndroidID to get a unique value without having to ask permission. I track this now, unique instals based on ID, and date installs.
Introduction. My first Extension.
This extension obtains the unique AndroidID, without any permissions. Obtaining the IEMI number, or the users name can have significant privacy concerns. This extension obtains a unique value from the device, that can only be changed when the device is reset to factory defaults.
This is a great way to track individual devices, without knowing who they are, or asking for scary permissions. This helps for GDPR and other type compliance.
A use case is you wan…