Viewing SiriKit Usage Statistics in App Store Connect

I have integrated SiriKit into my app and would like to view the usage statistics for this feature in App Store Connect. However, I'm having trouble locating the specific metrics related to SiriKit.

Questions: Where in App Store Connect can I find the usage data and analytics for the SiriKit integration in my app?

Are there any specific reports or dashboards that provide insights into how users are interacting with my app through Siri and SiriKit?

If the SiriKit-related data is not readily available, is there any additional setup or configuration I need to do in order to capture and view these statistics?

If not, are SiriKit interactions included in any general app usage statistics?

Is there a recommended way to track SiriKit usage for our app?

Any guidance or advice from the community would be greatly appreciated. I'm looking forward to learning how to better monitor and understand the SiriKit usage for my app.

Thank you in advance! Best regards, Andy

Each time your Intent is invoked, it calls into the code of that process. If they are run in app (which can be instructed), it will be hard to know based on process. If it is invoked and ran outside of the app, I am not sure how ASC will report the usage, but ....

If you have a custom reporting system you can use handle() in your Intent delegate to send off statistics to a backend where you can log the data yourself.

Viewing SiriKit Usage Statistics in App Store Connect
 
 
Q