Questions tagged [itunesconnect-analytics]

iTunesConnect-Analytics (also known as App-Analytics) is an analytical system created by Apple Inc.. It provides iOS and Mac OS X developers with information and statistics about sales and usage of their products.

20 questions
23
votes
2 answers

Apple iTunes Connect Analytics: attribution provider and campaign id value passing to the app delegate

The new iTunes connect has analytics features now. You can specify the provider (pid) id and campaign id (cid) in the url. e.g. https://itunes.apple.com/fr/app/candy-crush-saga/id553834731?mt=8&pid=1234&cid=My_Campaign Can you pass those values…
Zsolt
  • 3,648
  • 3
  • 32
  • 47
20
votes
3 answers

How do I view crash reason in iTunes Connect?

Is there any way to get crash information in iTunes Connect? I notice under App Analytics it displays the number of "Opt-in Only Crashes". I press the number under it (in my case 2). This takes me to a page that only seems to show the days that the…
Jason Fel
  • 921
  • 4
  • 10
  • 29
18
votes
1 answer

itunes connect analytics availability?

When will the analytics in itunes connect they showed at WWDC be available? I thought it comes when they update the whole itunes connect, they did an update but it was still missing. Then I thought it will be available when iOS 8 is released, but…
irie
  • 189
  • 1
  • 9
4
votes
1 answer

Firebase Dynamic Links ITC Analytics Settings

When building a Dynamic Link with the Firebase Dynamic Links API, one of the property groupings is ITunesConnectAnalyticsParameters. It lists the following settings: AffiliateToken: The affiliate token used to create affiliate-coded…
3
votes
0 answers

Is there any correspondance between UTM parameters and Apple ones (at, ct, mt, pt)?

I want to improve my Firebase Dynamic Links with analytics parameters as specified on https://firebase.google.com/docs/dynamic-links/create-manually ("utm_source", "utm_medium"... but also "at", "ct, "mt", "pt" for the Itunes Connect Analytics from…
3
votes
1 answer

How to fix ERROR ITMS-90680 StickerPackExtension.appex is not contained in a correctly named directory. It should be under "PlugIns"

Using XCode 10.2.1 Submitting my first stickers app for iOS for testing. When uploading archive to itunesconnect I'm now getting this error: ERROR ITMS-90680: "Invalid directory. The bundle Payload/App Name.app/App Name StickerPackExtension.appex…
3
votes
1 answer

Unable to create bundle on iTunes Connect for free app

I am trying to Create Bundle for uploading free iOS App to iTunes Connect. Create Button is disabled even after entering Name. Create button is enabled only if I am adding existing Apps in Bundle which I am distributing free of cost. I am facing…
Sagar Dhomane
  • 1,069
  • 1
  • 10
  • 22
2
votes
1 answer

Is it still possible to use Itunes Connect API endpoints instead of Java Reporter tool?

Prior to the newest Itunes Connect update all requests were HTTP requests made through Curl in our application. After the update, Apple is recommending to use their new reporter tool. https://github.com/mikebarlow/itc-reporter I want to do…
2
votes
1 answer

Can I get iOS App Installs into Mixpanel?

Is there any way to get the number of Apple iOS Installs (from iTunes Connect) into my Mixpanel for tracking? Has anyone figured this out? Looking to track Acquisition figures for my App. If the answer is No, is there an Analytics platform that…
Brett
  • 115
  • 2
  • 6
1
vote
1 answer

Do cancellations of in-app subscription trials appear on App Store Connect (formerly iTunes Connect)?

I have an app that has a 1-month trial of an in-app auto-renewing subscription. This past week I've been able to get over 300 trial sign ups. What I'm NOT seeing is any cancellations during the trial period, and I find that hard to believe. Does App…
Ethan Allen
  • 14,425
  • 24
  • 101
  • 194
1
vote
2 answers

iTune Connect analytics - The URL is invalid

Last several days when trying to enter iTunes connect analytics it says error message: The URL is invalid. I'am using chrome of version 66.0.3359.139. same happened using safari of version 11.1 Have any ideas about the error message?
Jabson
  • 1,585
  • 1
  • 12
  • 16
1
vote
1 answer

iTunes Connect Opt-In Rate Over 100 Percent

Was looking at the default metrics within iTunes Connect today. Clicked on the question mark icon at the top of the page next to the About App Analytics Data title to see what the current Opt-In rate is and it says (emphasis added by me): We only…
hvaughan3
  • 10,955
  • 5
  • 56
  • 76
0
votes
0 answers

App store(private) release into multiple regions

I’m part of a team about to release a private ios app(for employees). And only one requirement is holding us from releasing. The app is only accessible for people using apple id from the same region.while we have many who uses US app store id and…
0
votes
1 answer

What does App Store Browse mean on itunes connect?

I have been looking at the analytics on iTunes connect. And there is App Store Browse and App Store Search. Don't they both mean the same thing?
0
votes
1 answer

How to identify how many users are still having the app after installation on iOS?

1) Some users install the app and use it for some time and uninstall it. 2) Some users keep it but do not open for months. How to differentiate and know the users count on such scenarios? If users open the app, I can inform the server and know how…
1
2