Google Play store, Can no longer see Total Installs
Asked Answered
B

10

85

I have a few apps on the Google play store and use the number of total installs as part of my growth plan. However as of July 16, 2018 I can no longer see the "Total Installs" in my console. It only shows "Active Installs".

Did Google just remove one of the most important numbers from the play store?

How else can I get this stat? Can I get it in another screen or maybe through an API call?

Berga answered 17/7, 2018 at 10:23 Comment(2)
Off topic, not programming relatedLickerish
@Lickerish what if want to do this pro-grammatically ?Esker
L
125

As on 13 January 2020, you can still see total downloads.

  1. Go to Statistics page in google play console.
  2. Then go to Users -> User acquisitions -> New Users enter image description here
  3. Select Metric calculation as cumulative enter image description here
Larkspur answered 12/1, 2020 at 19:13 Comment(6)
That's it! I was missing the Cumulative parameter. Thanks!Universalism
"Cumulative" is not available for all metrics, like the "All users" user acquisitions, and may also be removed when you select "All period" for the time rangeTurk
@HugoGresse Gresse All Users cumulative is not equal to total no of downloads as it includes returning users also. New users cumulative is the proper parameter to check the number of downloads. Also the number of downloads does show for "All period"Larkspur
Still valid on March 3, 2021.Genic
Somebody mark this answer as "Answered" @Varol OkanAuberge
This works 2022-09-11Satyriasis
F
27

Unfortunately, the "total user installs" metric was removed from the Statistics page in the Google Play Console a while back.

There is still a pretty simple way to get the total install count though (but it is admittedly a bit annoying). You can export a report that has your installs per month across the lifetime of your app, and sum all those together to get the total.

  • Go to "Statistics" for your app from the Sidebar
  • Make a new report where your metric from the first dropdown is "Installs by User"
  • Change the interval to "Monthly", and set your date range to be "Lifetime"
  • Export the report as a CSV, open it up in some spreadsheet software and do a sum for all of your downloads

I wrote a blog post about it here

But I think a better way than that is to just write a tool which fetches all of your reports programatically from the Google Cloud Buckets so you can just click 1 button and generate any reports you might need. I talk about how I built mine here if you want to check it out.

Fennel answered 7/11, 2018 at 1:23 Comment(0)
S
17

The Android app for the Play Store console (still) shows the total install.

Select your app, press "VIEW DETAILS" in the "Installs by user" card, select "Lifetime" in the time span spinner.

Sella answered 10/12, 2018 at 11:11 Comment(1)
Still true as of October 20th 2020, and only 13 days before US Election oOTurk
S
15

It seems like it is now possible again in some sort. In the dashboard of your app there is a section with the title "How are your KPIs performing?".

In that section there is both a graph for "New Users Acquired" and "Users lost" (if that view mode is enabled) which also shows the total amount. The total amount is for the given period, but that can be changed above the sections - if set to "Lifetime" it shows the total users acquired and users lost.

Be aware that there is a difference between users acquired/lost and install/uninstall events. Highlight the questionmark next to the titles to get the definition of users acquired/lost.

I hope the image below shows what I mean. I unfortunaly had to hide the actual data, but hope it still makes sense.

enter image description here

Surbeck answered 26/9, 2019 at 7:55 Comment(0)
P
11

As of April 2023 the Play Console has a built-in metric for this:

  1. Click "Choose KPIs' in the Play Console Dashboard enter image description here
  2. Under "Device growth and loss" there is a KPI called "Total installs" which tracks "The cumulative total number of times your app has been installed". enter image description here
Pouter answered 11/4, 2023 at 19:27 Comment(3)
This only shows total installs on active devices, rather than total downloads in total over timeVankirk
@Vankirk Nope. It tracks total installs to date. See the last option in the screenshot I posted.Pouter
Unfortunately, this is different from the metric which determines the ballpark shown in the public listing under downloads.Chinkiang
U
9

From the Google Play Console Android app, you can get this number pretty easly :

  • Select your app
  • Select the first card "User acquisitions"
  • Chose "From when the app was launched"

And you can see the total here :

enter image description here

Universalism answered 23/4, 2020 at 16:23 Comment(0)
M
6

Seems like it was removed from the main page for some reason but as of right now, you can still find out the total installs.

  1. Open the dashboard in Play Console for your app, the first card you'll see is "Installs by user" which is what we need. Click "Explore report".

Dashboard

  1. Click on date picker on the right and select "Lifetime".

Date

Now you should be able to see "Total installs by user" as well as some additional stats.

Moralize answered 17/7, 2018 at 20:4 Comment(1)
Can't find "Total installs by user".Geometer
B
4

After contacting google they said it was removed in order to restructure app store stats in general.

I am focused on user-growth and this is/was an important metric for me.

Today they messed up "Active installs". All my apps show 1

Google what are you doing ? I would recommend they do get user feedback before removing features ( Agile ) as well as test changes they push into production.

Berga answered 20/7, 2018 at 10:29 Comment(0)
O
0

I also observed that in Google Play Store only Active Installs are showing.

Olibanum answered 16/7, 2019 at 20:49 Comment(1)
It's approximate. For example, I have an application with 4000 downloads and it says +1000 on the Playstore card.Universalism
P
0

A simple url that will show you the total downloads, Just change the IDs of the url and select keep your KPIs

https://play.google.com/console/u/0/developers/ACCOUNT_ID/app/APP_ID/app-dashboard?timespan=lifetime
Pascasia answered 1/5 at 0:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.