Analytics & Reporting

RSS for tag

Measure your App Store performance and get unique insights with data you won’t find anywhere else using App Analytics in App Store Connect.

Analytics & Reporting Documentation

Posts under Analytics & Reporting tag

68 Posts
Sort by:
Post not yet marked as solved
0 Replies
384 Views
Hello every one, Please, I would like to know the number of IOS devices on which my app is installed. In deed, I can't find this statistic on App Store Connect. I only have acces to the number of downloads over a selected period. My urge is to know that for example, in august 2023, my app was installed on 100 IOS devices, 150 IOS devices in september 2023 and so on... Many thanks in advance for your help. Best regards, Achraf,
Posted Last updated
.
Post not yet marked as solved
0 Replies
550 Views
Installed 17.2 Beta on 14Pro and since then the charging port is not recognized. Can only charge wirelessly. Took to Apple Store and was told its impossible to reverse to the previous version since they can’t physically connect to iTunes. Repair is $649 or I can trade it in. Everything worked flawlessly before the 17.2 install. The diagnostics show hardware is good as well. So to summarize, while helping Apple finesse their software they installed a bug that disables the port and renders the phone pretty useless. Way to go Apple!!!
Posted
by NedoMedo8.
Last updated
.
Post not yet marked as solved
4 Replies
9.9k Views
Hello everyone, My question is how we can fetch our own apple apps download counts using API. I want to create code which will fetch total number of app downloads or installs of my app. Is there any way to to get this data using API or any other official method. Own app download counts data [since app uploaded - today's date]. Thank you.
Posted Last updated
.
Post not yet marked as solved
1 Replies
976 Views
Hi, I want to download the salesReports via the API, unfortunately, over: https://api.appstoreconnect.apple.com/v1/salesReports?filter[frequency]=DAILY&filter[reportSubType]=SUMMARY&filter[reportType]=SALES&filter[vendorNumber]=<my_vendor_number> I always get: I generate the token for 15min and without any scope restriction and following the description here https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports. Can anybody spot what I'm missing or wrongly formatted the request or any idea what I could test next to get a finally a result? thanks a lot for your help.
Posted
by kayalai.
Last updated
.
Post not yet marked as solved
0 Replies
569 Views
Hi, We are about to launch a new app and our marketing team was planning to create Campaign links. However the apps are not appearing under the Analytics section and thus the campaign tool is unavailable. I was wondering, are apps appearing in the Analytics section upon submission for review the 1st time, upon approval, or only once actually released to the App Store? Thanks
Posted Last updated
.
Post not yet marked as solved
0 Replies
376 Views
Hi folks, I have a batch job downloading the streams summary report by using the reporter.jar. I scheduled the batch job at 14 UTC and its requesting the data for the previous day. ex. the job starts at 14 UTC on 28th Sep and requests the report for 27th Sep. But the job is failing with the following error: Report is not available yet. Daily reports for the Americas are available by 5 am Pacific Time; Japan, Australia, and New Zealand by 5 am Japan Standard Time; and 5 am Central European Time for all other territories. Though the message says that the data for Americas are available 5 am Pacific time (12 UTC), the report is still not ready even until 14 UTC. Is there anyone has faced the same issue? I wonder if there's anything I'm missing.. Thanks.
Posted Last updated
.
Post not yet marked as solved
0 Replies
365 Views
Hi everyone, I want to now what is included in In-App Purchase metric report. And how do these stats differ if I turn on the Custom product page filter. Does this metric include subscription renewals, specifically trial-to-subscription conversion events, non-trial subscription renewals, does it exclude refunds. If the Page filter is active, whether subscription renewals are included ?
Posted
by julsherko.
Last updated
.
Post not yet marked as solved
0 Replies
388 Views
My company currently use receipt information to map a customer and their purchases to an internal CID. We would like to tie a subscriber id in our summary sales report to an internal CID to have full end-to-end visibility on customer state and expected payments. Is it possible to match receipt information for a customer to a subscriber id? If privacy is an issue why can't apple encrypt/obfuscate the subscriber id before reporting? Thanks for the help!
Posted
by Jchuk99.
Last updated
.
Post not yet marked as solved
1 Replies
425 Views
Hey! Im new to developing and hosting on the App Store. I am struggling to understand how apple calculates proceeds, I've gathered it isn't your Unit purchased * the price of your app - Apples commission. Could someone clarify how it works as im not getting very good answers from developer finance. Thank you, Jacob
Posted Last updated
.
Post not yet marked as solved
0 Replies
479 Views
what is the rate limit for this endpoint ? https://api.searchads.apple.com/api/v4/reports/campaigns in other documnetation, i saw that it is appear in the response of the above call as headers, but i didnt find it ! is there another way to get the rate limit, ?
Posted Last updated
.
Post not yet marked as solved
0 Replies
422 Views
I'm looking to pull the count of 1 - 5 stars on my app each day. I see how to grab new reviews and how to the average rating, but I can't seem to find where I can get the daily five-star numbers without logging in manually to App Store Connect and copying down. Is there a way to automate pulling the five-star values daily?
Posted Last updated
.
Post not yet marked as solved
0 Replies
458 Views
We are using the apple developer API https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports We are able to generate the token and we can get the data from https://api.appstoreconnect.apple.com/v1/apps how ever when we are trying to get data from https://api.appstoreconnect.apple.com/v1/salesReports , it is showing unauthorised access error. We have admin right for our private Key.
Posted Last updated
.
Post not yet marked as solved
0 Replies
576 Views
Is it possible to get app analytics data such as product page views from an Apple Api? See below image showing the data we're looking to get from an API. I've seen code like below. Is this the way to get app analytics data? The below code isn't quite complete. Is there documentation somewhere of how to get this data properly? Is this URL an internal URL that shouldn't be used? https://appstoreconnect.apple.com/analytics/api/v1/data/time-series import requests import json url = "https://appstoreconnect.apple.com/analytics/api/v1/data/time-series" adamId = "0000000000" # App ID measures = "installs" # or "impressionsTotalUnique" cookie_dqsid = "dqsid=ey...." # ????? payload = json.dumps({ "adamId": [adamId], "measures": [measures], "frequency": "day", "startTime": "2021-10-16T00:00:00Z", "endTime": "2021-11-14T00:00:00Z", "group": { "metric": measures, "dimension": "source", "rank": "DESCENDING", "limit": 100 } }) headers = { 'Host': 'appstoreconnect.apple.com', 'X-Requested-By': 'dev.apple.com', 'Cookie': cookie_dqsid, 'Content-Type': 'application/json' } response = requests.request("POST", url, headers=headers, data=payload, allow_redirects=False) print(response.text)
Posted Last updated
.
Post not yet marked as solved
0 Replies
574 Views
Hi, I am diving in App Store Connect analytics / sales and trends and I can't find an accurate way to measure / calculate lifetime value (LTV) of users based on different cohorts? I also can't find accurate retention data as there is no data populated in the retention graph. It seems that retention is only based on users that have "opted in." This is the message I see: "Installations and Active Devices only include data from users who have agreed to share their diagnostics and usage information with app developers. In the last day, 27% of all users that installed "App Name" agreed to share their data." Am I missing something? Is there a way I can calculate / see user LTV and/or all user retention? Or is there a third party tool that can provide / calculate accurate LTV / retention?
Posted
by gwickham.
Last updated
.
Post not yet marked as solved
0 Replies
458 Views
Hello, I have an app which offers content and users can have access through a montly subscription în app. We plan to expand in a different Country in which we need a different Organization as owner of the app and the revenue genereted from users in the new released country should go to the new organization. If there a way to keep the same app in store but to have multiple entities to manage them for different countries??
Posted
by Convos77.
Last updated
.