-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Is your feature request related to a problem?
You have recently added the concept of "Path cleaning rules" to support multi-tenanted systems in the User Paths insight. It would be great if this concept could be expanded to other use-cases in the PostHog application.
Describe the solution you'd like
Trends
We would like an easy way to find the popular pages on our site, if we breakdown by Current URL
, it does not work as it treats /merchant/123/dashboard
separate from /merchant/321/dashboard
. Using the Path cleaning rules, we would see a total number for /merchant/*/dashboard
.
Heatmaps
We would like to see the heatmaps of pages on our site. Currently it does not work as it as it treats /merchant/123/dashboard
separate from /merchant/321/dashboard
meaning we get a heatmap for each page. Using the Path cleaning rules, we would see one heatmap for /merchant/*/dashboard
.
Describe alternatives you've considered
Manually run this analysis somehow.