Search code examples
visual-studioazureazure-application-insightscustom-eventsazure-analysis-services

Capture Custom Events from Individual pages


I Have my application set up with azure app insights, and I am capturing the custom events from across the application, there are events that can be triggered from multiple pages. So I am wondering is there any way in azure dashboard I could segregate events by page ?

Eg- Download button can be triggered from Search page and also from Collections page

So is there any way I could have events from Search Page shown individually and same with collections page ?

I am new to azure app insights, help is appreciated.

my current custom events look like this enter image description here

It is very hard to read the events on page basis.

Thank you.


Solution

  • there are events that can be triggered from multiple pages.So I am wondering is there any way in azure dashboard I could segregate events by page ?

    I suggest you could choose specific event name and operation name in Filters to achieve your goal:

    enter image description here

    You could also segregate events in Application Insights Analytics.

    enter image description here

    So is there any way I could have events from Search Page shown individually and same with collections page ?

    You could filter the events by selecting specific event name:

    enter image description here