-
Notifications
You must be signed in to change notification settings - Fork 296
PageView tracking support in v3.x #3140
Copy link
Copy link
Open
Labels
Description
In 3.x, PageView tracking through TrackPageView was removed (https://github.com/microsoft/ApplicationInsights-dotnet/blob/main/BreakingChanges.md#methods) . The recommended migration path was to use TrackEvent instead.
However, using custom events for PageView tracking does not allow users to view tracking data under "PageViews" in the Application Insights UI. Custom events and PageView events are mixed together.
3.x should provide a mechanism to have events show up in the PageView tracking UI in Application Insights
Reactions are currently unavailable