Alan George
Alan George

Reputation: 101

Is there an Apple Store Connect API for fetching an app's impressions, product pageviews, downloads?

When I was going through the Apple Store Connect API docs, there are APIs to download Sales and Trends reports.

Sales and Trends API: (https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports)

But I specifically want the following metrics:

Is there any API available in Apple Store Connect for these values?

Upvotes: 10

Views: 2092

Answers (1)

Ege Can
Ege Can

Reputation: 305

Hi I found it by checking the network tab from chrome developer tools, apparently, your browser sends a POST request to https://appstoreconnect.apple.com/analytics/api/v1/data/time-series

Upvotes: 0

Related Questions