We’ve created a pathfinder chart to understand how our users navigate through a flow with many branches. The ideal view would be a pathfinder chart that only shows “page view” events to tell us which pages the user stepped through. We’ve come across two problems when implementing this:
- The pathfinder allows a blacklist of events but doesn’t seem to let us whitelist events. We have quite a few events (eg: each time a request is sent/is successful we log an event as part of our engineering reliability/performance metrics). How can we effectively filter events in a maintainable way (so that we don’t have to keep updating the blacklist in the future)?
- Our page view events all have the event name “page.viewed” and the page URL/title are event properties. The pathfinder only shows “page.viewed” and I don’t see a way to surface an event property. So we can’t differentiate the different pages on it. Is there a way to solve this without changing our taxonomy?
Thanks for your help.