What is the difference between total installs and active installs in the Android market?

后端 未结 8 886
野性不改
野性不改 2020-12-30 23:11

What is the difference between total installs and active installs?

I have 90 total installs for my app and only 47 active installs. What does it mean?

8条回答
  •  萌比男神i
    2020-12-30 23:45

    Update: Google has changed these terminologies now.

    INSTALLS BY USER - This count increases whenever an user installs the app. This increases even if the user just updated the app to a newer version.

    UNINSTALLS BY USER - This count increases whenever an user uninstalls the app. This increases even if the user just updated the app to a newer version.

    INSTALLS ON ACTIVE DEVICES - This is typically the difference between 'INSTALLS BY USER' and 'UNINSTALLS BY USER'. As a rare case, if the device on which the app is installed is not active in the last 30 days, then those are excluded from this count.

    Original Answer (No more relevant):

    I understand this question is old but just wanted to share my experience. I noticed the same behavior as Asterios has pointed out in his comments.

    When i checked the app dashboard, i found the following: By the term 'Active Installs', they actually mean Active "Device" Installs. Whereas by the term 'Total Installs', they mean Total "User" Installs.

    I think some of us are confusing "Active Device Installs" with the term "Active User Installs". These 2 are totally different.

    This page has all the terminology explanations: http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=139628

    That said, I still couldn't make any meaning out of the numbers that I see in my dashboard even though I understand what they are supposed to explain. So, I guess, there is something wrong somewhere in the calculation of those figures.

提交回复
热议问题