Track user journey with MS Application Insights -


with application insights can add user(name) , session details. there option complete events of journey during session particular user. looking have kind of support when user calls in.

if in diagnostic search pane, , drill specific event (like server side request), there option @ bottom titled "all telemetry user session". can click it, starts new diagnostic search particular user session (for whatever definition of user session might be, perhaps iis sessionid i'm not positive). appear collate both server side requests , client side page views.

we store ad domain username custom "username" property on telemetry (both server side , client side), once find event user care there corresponding "diagnostic search" in "..." context menu custom property, search telemetry matching custom property value, allowing see telemetry related user. nice scenario describing!


Comments

Popular posts from this blog

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Handling constructor related functions while testing with mocha and sinon -