Hey Everyone,
I'm working on automating report extraction from the App store connect API.
I want to get the data from https://analytics.itunes.apple.com/#/metrics?interval=m&datesel=202003&zoom=day&measure=units&type=line , containing the app data for my companies app.
The problem is that the app-unit I get here doesn't correspond to any of the fields in the reports downloaded from the API.
I use the following params
PARAMS = {'filter[frequency]': "DAILY",
"filter[reportDate]": "2020-03-02",
"filter[reportSubType]": "SUMMARY",
"filter[reportType]": "SALES",
"filter[vendorNumber]": "..."}
I guess I should be able to calculate it from the values supplied, maybe through the product type identifier??