Get installation count per day with Rest Api or other tool (reporter)

Hi all,



I'm new in this community.



As part of a BI project I have to retrieve the number of downloads per day for my client's applications.

To date, this operation is done manually.

To download the file, my client goes into indicators -> Usage -> Installations

(Excuse me for the translation, I have the french website and I have not find a way to put it in English to be able to use the right terms)



The goal is to automate the download process of this information.



To reach this goal I have search for a Rest Api but I have not found anything.

Question 1 :

- Do you have more information on the subject?

- Is there a way to retrieve this data directly through Rest API ?







In parallel I took a look at the software "Reporter".

I'm able to download CSV files from "sales and trends", but it's not the good file for my client because:

- Values are based on Units and not installations.

- Dates have a format difficult to interpret (long format)

- Values are in column and not in line (not really blocking but if I can avoid any pivot transformation it wouldd be great to simplify the code)



And I have not found a way to retrieve the generated file from Indicators -> Usage -> Installations

It is really the file that interests my client, moreover the file is formatted correctly (Data online, dates readable)



Quesiton 2 :

- Is it possible to retrieve csv file from indicators -> Usage -> Installations





Thank you for your answers !

Hi all,


since no official software can achieve my goal (in the Apple world, you can not have your data freely !), I solved my need by developing a nodejs service.


With ITunesConnectAnalytics library.

Get installation count per day with Rest Api or other tool (reporter)
 
 
Q