We're using the App Store Connect API to pull the Subscriber Detailed Daily v1_3 report as described here
https://help.apple.com/app-store-connect/#/itcf20f3392e
and here
https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports
We've started to get records with missing Event Date. This is a key field and wouldn't expect nulls (actually looks like a single space).
Anyone seen the same? Who to report this to?
Post
Replies
Boosts
Views
Activity
Hello,
I'm using the App Store Connect API to get sales and financial reports and having no problems getting results for our regular newsstand vendor. I want to get the financial reports for our Apple News+ account too but I cannot get it to work. I just get the following;
"status": "404",
"code": "NOT_FOUND",
"title": "The request expected results but none were found",
"detail": "There were no sales for the date specified."
I've tried both reportType: FINANCIAL and reportType: FINANCE_DETAIL for many different months and regions.
Again, I have no problem getting data back for a regular newsstand account, it's the Apple News+ data I want. I can swap between the two vendors in the finance report tab in the portal without issues.
Is this possible?
Thank you