MicrosoftDocs / appcenter-docs

content repo for Visual Studio App Center on docs.microsoft.com
https://docs.microsoft.com/appcenter/
Creative Commons Attribution 4.0 International
122 stars 321 forks source link

Is is not clear that "user_Id" in Application Insights is the "InstallId" from App Center #1106

Open fraxedas opened 4 years ago

fraxedas commented 4 years ago

From the docs I can get the app InstallId from AppCenter like this: System.Guid? installId = await AppCenter.GetInstallIdAsync();

I couldn't figure out where to get the InstallId in Application Insights after the export.

The table shows how the App Center fields are mapped into Application Insights is not clear about it. It shows:

Application Insights App Center
user_Id Uniquely user identifier

It should mention that the Uniquely user identifier in App Center is the InstallId.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

marioingemann commented 3 years ago

Thank you Oscar for helping me figure this out. Couldn't find this information anywhere else. 🙏