App Store Connect Analytics API

Hello,

Is there a any available API to retrieve analytics data for my specific app. For example, this image is taken from my analytics dashboard. I want to get this data with source type breakdown via App Store Connect API. Is it possible?

I'm also interested by it

You can use the internal API "https://appstoreconnect.apple.com/analytics/api/v1/data/time-series" but it's not well documented (https://developer.apple.com/forums/thread/29421)

Another option is to use an ELT (extract/load/transform) tool that provides and maintains the connector to App Store Analytics such as Rivery (https://docs.rivery.io/docs/walkthrough-appstore-connect-apps-analytics) In your situation you'd want to use the "Source" as a dimension and retrieve the "total downloads" metrics to get this breakdown. However an ELT tool would work only if you plan on landing the data into a supported target (cloud data warehouse, bucket, email, data lake, etc)

Did you find the solution?

App Store Connect Analytics API
 
 
Q