モバイルアプリとのユーザーインタラクションの有意義な分析を提供するには、Azure Mobile AppsSDKを利用してApplicationInsightsインストルメンテーション機能を実装する必要があります。 ApplicationInsightsのUsageAnalytics機能を実装するために必要なデータをキャプチャする必要があります。キャプチャする必要がある3つのデータ値はどれですか?それぞれの正解は解決策の一部を示しています注:それぞれの正しい選択は1ポイントの価値があります。
正解:A,D,E
Application Insights is a service for monitoring the performance and usage of your apps. This module allows you to send telemetry of various kinds (events, traces, etc.) to the Application Insights service where your data can be visualized in the Azure Portal. Application Insights manages the ID of a session for you. References: https://github.com/microsoft/ApplicationInsights-Android