Skip to content

Commit 09c05d0

Browse files
authored
Merge pull request #85541 from 50Wliu/patch-1
Application Insights: deep link to anonymous user ID & session ID sections
2 parents ed993a8 + 358c30b commit 09c05d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/usage-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Have questions about the [user behavior analytics tools in Application Insights]
1212
## Counting Users
1313
**The user behavior analytics tools show that my app has one user/session, but I know my app has many users/sessions. How can I fix these incorrect counts?**
1414

15-
All telemetry events in Application Insights have an [anonymous user ID](./data-model-context.md) and a [session ID](./data-model-context.md) as two of their standard properties. By default, all of the usage analytics tools count users and sessions based on these IDs. If these standard properties aren't being populated with unique IDs for each user and session of your app, you'll see an incorrect count of users and sessions in the usage analytics tools.
15+
All telemetry events in Application Insights have an [anonymous user ID](./data-model-context.md#anonymous-user-id) and a [session ID](./data-model-context.md#session-id) as two of their standard properties. By default, all of the usage analytics tools count users and sessions based on these IDs. If these standard properties aren't being populated with unique IDs for each user and session of your app, you'll see an incorrect count of users and sessions in the usage analytics tools.
1616

1717
If you're monitoring a web app, the easiest solution is to add the [Application Insights JavaScript SDK](./javascript.md) to your app, and make sure the script snippet is loaded on each page you want to monitor. The JavaScript SDK automatically generates anonymous user and session IDs, then populates telemetry events with these IDs as they're sent from your app.
1818

@@ -42,4 +42,4 @@ If your app is sending too many custom event names, change the name in the code
4242
* [User behavior analytics tools overview](usage-overview.md)
4343

4444
## Get help
45-
* [Stack Overflow](https://stackoverflow.com/questions/tagged/ms-application-insights)
45+
* [Stack Overflow](https://stackoverflow.com/questions/tagged/ms-application-insights)

0 commit comments

Comments
 (0)