Hello everybody! 🙂
In Datadog, you're able to write a query that lets you filter on wildcards as follows: @view.url_path_group:/app/?/projects
I was wondering if Mixpanel had the same capabilities? I need to filter my "Visit Page" event to only show the projects page where the URL has a dynamic :id in it; /app/1/projects, /app/2/projects, /app/.../projects, and I'm not sure how to achieve this.
I don't want to rely on a static property.