0

I want to know how many users have installed my add-on this month, which is published on G Suite Marketplace. In G Suite Marketplace SDK there is a usage tab, but i can't find any filter or time period selection option. I aslo tried the download option but it also gives the same data which is in the chart.

enter image description here

Can anyone please tell me how can i know the number of installation last month?

Thanks

Iamblichus
  • 18,540
  • 2
  • 11
  • 27
New Coder
  • 117
  • 2
  • 12
  • 1
    If you have the accumulated downloads through time, can't you get the downloads per month by calculating the difference between two points in time? – Iamblichus Jun 10 '20 at 09:52
  • yeah, but then i have to save the accumulated downloads at the last date of each month, because this chart only have data for past 20 days or so – New Coder Jun 10 '20 at 10:48
  • I don't think you can older data while on the `Usage` tab from the console. According to the [docs](https://developers.google.com/gsuite/marketplace/faq#how_can_i_get_information_about_app_usage), though, you could use `Licensing API` to get the count of installations (see [LicenseNotification: list](https://developers.google.com/gsuite/marketplace/v2/reference/licenseNotification/list)) for your app. – Iamblichus Jun 10 '20 at 11:28
  • You can set a `timestamp` filter to only get the installations after a specified time, and call this with different times to get the installation count for a specified interval. Do you think this workaround would be useful for your situation? – Iamblichus Jun 10 '20 at 11:28

0 Answers0