Mixpanel Community Icon

Creating Insights Report with Wildcards for Page Slugs in URLs

·
·

so I am trying to pull a Insights report that pull all pages for page slug of like /apac but then all pages after that like apac/xxx and make a report for that, how do I do wildcards from the for PageURL

  • Avatar of Chris A.
    Chris A.
    ·
    ·

    I found out how to do this, you just need to change Is to Contains in the in the Filter: You can click on Is and change it

  • Avatar of Andrew S.
    Andrew S.
    ·
    ·

    and if you need to do more complex work, you can create a custom property with IFS and regexmatch in the function to recategorize the results.