0

Is there a way for me to programmatically pull download data from google play for my own android app?

I want to track daily downloads through my own analytics portal.. Currently I couldn't figure out how I'd get this data. Does google play expose such an API?

Zhen Liu
  • 7,550
  • 14
  • 53
  • 96

1 Answers1

2

A similar questions has been asked/answered here: Getting statistics from Google Play Developers with an API

You could also look at the Google Analytics Reporting API v4 documentation, however this might be specific to your Analytics account.

Jon
  • 116
  • 4