You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ms-appId | The Application ID of the app that sent the event. |
319
-
| ms-appName | The Application name of the app that sent the event. |
320
-
| ms-appSessionId | The application session ID. |
319
+
| ms-appId | The Application ID of the app that sent the event. |
320
+
| ms-appname | The Application name of the app that sent the event. |
321
+
| ms-appSessionId | The application session ID. This value may not be populated is some scenarios. When available, this value overrides the standard App Insights sessionID dimension. |
322
+
| ms-tenantID | The unique identifier of the tenant where the application is published. |
323
+
| ms-environmentId | The name of the environment where the application is published. |
324
+
| userId | A unique identifier for the end-user associated with the session. |
325
+
| ms-duration | An imputed value measuring the time it takes for a user to navigate from one screen to another. This value overrides the standard App Insights PageView duration dimension. |
326
+
| sessionId | A session ID that can be used to correlate all events associated with a single application session. This value will always be present and is recommended for understanding unique session count. This value is taken from the player's session ID and is shown when viewing the session details while playing the app. Session ID might sometimes get a default, random, and unique Application Insights generated value. This default value isn't reliable and doesn't correlate with any app-specific parameters. |
327
+
| Duration | An imputed value measuring the time it takes for a user to navigate from one screen to another. This value is the same as the duration reported by the ms-duration dimension. |
328
+
| ms-isTest | Indicates if the session is associated with the Test Studio test runner. |
329
+
| ms-currentScreenName | The name of the page an end user is navigating from (present for page navigation events). |
330
+
| ms-targetScreenName | The name of the page an end user is navigating to (present for page navigation events). |
321
331
322
332
## Unsupported scenarios
323
333
324
334
App Insights doesn't support the following scenarios.
325
335
326
-
- Offline and mobile apps/player events (both Android and iOS) are not captured.
327
-
- Network requests and errors are not captured.
328
-
- GCC and non-public clouds are not supported.
336
+
- Offline and mobile apps/player events (both Android and iOS) aren't captured.
0 commit comments