Product type identifier to App units - sales and trends report (API) not matching appstore connect website

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??

I'm seeing this too, it's very odd that these numbers don't show up since shouldn't the values mean the same thing.

Did you ever find out the discrepancy between the two data sets?
Product type identifier to App units - sales and trends report (API) not matching appstore connect website
 
 
Q