Collecting insights for Xamarin applications
In this section, we will focus on App Center telemetry and how to expand the scope of user telemetry.
As we have previously discussed and set up, application telemetry within Xamarin applications is collected with the App Center SDK. This application data, while providing crucial information about the usage patterns of the application, cannot be further analyzed in the App Center. We first need to export the App Center standard as well as the custom telemetry to an Azure Application Insights resource so that further analysis can be executed with a query language.
The telemetry data model
By using the App Center SDK, telemetry information can be collected along with events, which can contain additional information about a specific user action or application execution pattern. These additional data points, also known as dimensions, are generally used to give the user a quick snapshot of the data that is used to execute the function...