Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

get app download count from android market

I can use android-market-api to get nearly all information about my app from Android Market.

But with published function from android-market-api, I cannot get download count number as it is in the Publisher's page (market.android.com/publish)

Is there any way to get this number with my android market developer account? Thank you.

like image 724
RubyDeveloper Avatar asked Feb 17 '11 08:02

RubyDeveloper


People also ask

How do I find an app statistics?

Open Play Console and select an app. On the left menu, click Dashboard. You'll see different sections with cards that show your app's recent performance data and key insights by set time periods.


1 Answers

You can try using Google Analytics in your app (you'll get a lot of useful stats) and then use Analytics API to track download counts and source.

like image 66
maxcanna Avatar answered Oct 20 '22 13:10

maxcanna