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
31 Views
I've been using the App Store Analytics API for a few weeks now with no problem, but yesterday I started to get no data from the ONE_TIME_SNAPSHOT. It's simply returning empty, although we haven't changed anything on the code (already checked 100 times). Anyone here with the same problem?
Posted Last updated
.
Post not yet marked as solved
3 Replies
91 Views
Hello, I'm trying to simulate miscellaneous crashes to test my handlers. Things works as expected with NSException and C++ exceptions, however I cannot find a way to trig a C signal. I tried with this code: NSArray *runningApplications = [NSRunningApplication runningApplicationsWithBundleIdentifier:@"com.myCompany.myApp"]; NSRunningApplication *app = runningApplications[0]; UInt32 pid = [app processIdentifier]; kill(pid, SIGABRT); It is caught by my handler, but it doesn't crash the app (although it's detached from the debugger), I can even continue using the app normally. I'm wondering if this could be related to something wrong in my handler (especially on how it ends): signal(sig, SIG_IGN); dispatch_source_t source = dispatch_source_create(DISPATCH_SOURCE_TYPE_SIGNAL, sig, 0, dispatch_get_global_queue(0, 0)); dispatch_source_set_event_handler(source, ^{ // I write some logs on disk here, then uninstall the handlers associated with this or that signal: for(int i=0; i<SignalSourceCount; i++) { if (_signalSources[i]) { dispatch_source_cancel(_signalSources[i]); _signalSources[i] = NULL; } } }); dispatch_resume(source); I've seen some examples finishing rather with exit() or abort(). Abort crashes the app as expected, however the Crash Report produced by Apple then focuses on the handler instead of the code triggering the signal... Any help appreciated, thanks
Posted
by -dp.
Last updated
.
Post not yet marked as solved
0 Replies
50 Views
We have created a simple product page optimization test with two variants. Although we've been having thousands of first-time downloads during the test period when we click on "View Analytics" we are simply brought to the page listing Custom Product Pages the page optimization test is not even listed on that page. Has anyone ever experienced this before?
Posted Last updated
.
Post not yet marked as solved
0 Replies
108 Views
Hello! I am having issues retrieving data from the Apple Store Connect API. Here is the call I am making: $headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]" $headers.Add("Authorization", "Bearer SECUREINFORMATION") $response = Invoke-RestMethod 'https://api.appstoreconnect.apple.com/v1/analyticsReports/r39-871f60a5-f26a-4de8-8fae-a9a1d506c1a0/instances' -Method 'GET' -Headers $headers $response | ConvertTo-Json I have removed the JWT token for privacy. Here is the response I am receiving: { "data": [], "links": { "self": "https://api.appstoreconnect.apple.com/v1/analyticsReports/r39-871f60a5-f26a-4de8-8fae-a9a1d506c1a0/instances" }, "meta": { "paging": { "total": 0, "limit": 50 } } } The issue is that no matter what filters I apply to my call or which ID I select to view instances for I am always returned an empty array. This is a problem because I need to download report data for our organisations apps using the API. Please let me know how I restructure my call to be returned valid information. Feel free to reach out if there is any other information required!
Posted Last updated
.
Post not yet marked as solved
0 Replies
178 Views
Hi , Im trying to understand how to get the App Store Discovery and Engagement report from the API as mentioned here: https://developer.apple.com/documentation/analytics-reports/app-store-discovery-and-engagement this documentation shows i can get data on users engagement in my app but i cant find the documentation on how the api request needs to look like .. did someone managed to get this data ?
Posted
by dana_365.
Last updated
.
Post not yet marked as solved
2 Replies
242 Views
So I haven't recorded a purchase in 7 hours via RevenueCat which is unusual, and I was curious as to what was going on... so I open my App Store Connect tonight and I see the following: $12.7 MILLION in proceeds over the last 4 hours (would usually expect maybe $200 at most at this time of day on a Thursday at 1AM EST?). 1 DOWNLOAD in the last 4 hours (would usually expect maybe 60+ since I'm running Apple Search Ads as well). App Store seems to function fine and downloading my apps works fine. I'm obviously assuming there is a bug here in the reporting tonight. My concern is that my actual purchases aren't coming through and being counted properly within RevenueCat and Apple. Or that something is preventing purchases currently. Anyone else seeing this tonight?
Posted Last updated
.
Post not yet marked as solved
0 Replies
193 Views
Hello, Is it possible to know which iPhone model has the app installed ? In the AppStoreConnect pages, i can see the number of app installation filtered by devices ( iPhone or iPad... ), but i can't find a place or a filter telling me details on which iphone model or iPad model the app is intallled ? Thanks, Eddy.
Posted
by Darcel.
Last updated
.
Post not yet marked as solved
2 Replies
256 Views
Hi Everyone, I scanned my iPhone SE 3d generation with the iMazing app developed by Amnesty International, and after the scan it detected 3 Warnings on my iphone. Any of you is able to understand what´s the issue is about? That would be great help! Following the 3 Warnings: Warning - Database Query Error - WebKit Observations - 'AppDomain-com.apple.tips/Library/WebKit/WebsiteData/ResourceLoadStatistics/observations.db' cannot be parsed (no such table: ObservedDomains). Warning - Database Query Error - InteractionC - 'HomeDomain/Library/CoreDuet/People/interactionC.db' cannot be parsed (no such table: ZINTERACTIONS). Warning - Database Query Error - InteractionC Attachment - 'HomeDomain/Library/CoreDuet/People/interactionC.db' cannot be parsed (no such table: ZATTACHMENT).
Posted
by Paolo03.
Last updated
.
Post not yet marked as solved
1 Replies
167 Views
I created a app titled "Tsundue" on app store. It was approved and was on apple app store. For first few day when i search the name it was easy to find. Then i was not able to find it , i contacted the apple help support but they assure me that the app was still in app store. I created more update and include many key words hoping it will work but to no avail. My friends in India say that they see it on App store, but here in US i can not. I can only find the app using develper name in search field but can not find it with the app name. Can anyone help me or give me guidance. Thanks in advance.
Posted
by sonam93.
Last updated
.
Post not yet marked as solved
0 Replies
177 Views
We are running app install campaigns on TikTok, Meta and Snap. The campaign source is showing up for TT but not Meta or Snap, even though we can see the campaigns driving a ton of traffic to the app store. Any thoughts?
Posted
by alliste.
Last updated
.
Post not yet marked as solved
1 Replies
272 Views
Hello! I'm tasked with implementing the App Store Connect Analytics API report exports and I've noticed some major discrepancies between the Standard and Detailed reports. I need to use the Detailed report specifically because of the breakdown by 'Source Info' which lets us break downloads and revenue down by specific App Referrers. I have exported and processed both Standard and Detailed reports for one of our apps. Standard report downloads totals do match with the App Store Connect Metrics dashboard. However the detailed report totals appear wildly inaccurate. Just as an example, I requested ONE_TIME_SNAPSHOT reports for the same app and there are major differences in the volume of data between standard and detailed. App Store Downloads Standard: 4,331,848 rows across 35 segments. App Store Downloads Detailed: 1,476,971 rows across 18 segments. The total numbers for First downloads and Redownloads are at least 40% lower in the detailed reports as they are in the standard reports/app store connect. Unfortunately the Standard report does not offer the granularity we want and the Detailed report is missing too much data to be useful. Are there no other official way of getting this data?
Posted
by yannickfj.
Last updated
.
Post not yet marked as solved
0 Replies
241 Views
My app was recently approved and I have been trying to watch metrics so I an adjust my marketing campaign. When I go to the Apple Developer analytics dashboard there isn't anything there and its been almost a week since releasing my pre-order. The only message I see is "Not enough Data: Data is displayed when a certain number of data points become available." When will this data become available and how many data points are needed until I can begin tracking? On the Google Play Console I was able to see when I had as little as 2 pre-registered users.
Posted
by senseclub.
Last updated
.
Post not yet marked as solved
1 Replies
337 Views
My Apple Analytics page has been empty for several hours today, 03/21/2024. Tested from different browsers/devices. Apps page is ok. Yesterday everything was ok. Who can check? Is it a global or just my issue? https://appstoreconnect.apple.com/analytics
Posted Last updated
.
Post not yet marked as solved
0 Replies
245 Views
Hello Community! Has it ever happened to you that when launching an experiment with screenshots you have 0 impressions showed in the analytics, but on the other hand I am having visits to my official product page? For this last point I am checking the Metrics section.
Posted
by Mikermn.
Last updated
.
Post not yet marked as solved
0 Replies
313 Views
I hope to send my income to my Apple Cash (Apple Cash can display the virtual card number in iOS 17.4 Beta). Is this okay? If you can, how to fill in questions such as ABA Routeing Number in Agreements, Tax, and Banking? And will Apple Cash give me interest (I only have Apple Cash)
Posted
by lijiaxu.
Last updated
.
Post not yet marked as solved
0 Replies
243 Views
Users' Google Analytics ID changes when a link opens in new tab in Safari browser. The _ga ID changes. For exemple if on the initial page it is GA1.1.1893432208.1708957689 then when I open a product on new tab from there it becomes for ex. GA1.1.1893432208.175467443. User stay on the same site with the same domain. GA proprieties are the same on both pages. Because of this issue the number of users tracked by Google Analytics is artificially increased. Does anyone have an idea why it may happen and how to fix it?
Posted
by Basil1408.
Last updated
.
Post not yet marked as solved
1 Replies
266 Views
I have an application that shows a spike of 8000 downloads on a certain day (normal number is 20-30). This is not accompanied with a spike on Installations(about 30-40), which is about average. What could have caused such excessive downloads without also having installations?
Posted Last updated
.