Creating Direct Links to Filtered MixPanel Reports for Customer Success Team
I want our Customer Success Team to directly click through from our internal customer admin page to a general MixPanel report that is filtered by the organization they are looking at in the internal customer admin page. I achieved that by implementing a button that links to 'https://mixpanel.com/project/<PROJECT_ID>/view/<MY_MP_ORG_ID>/app/boards#id=<BOARD_ID> and then adding `filters=%7E%28%7E%28resourceType...%7EactiveValue%7E%28%7E%27<CUSTOMER_ORG_NAME>%29%29%29` to the URL. This filters the general all the reports in the board by that org. So that's nice even though it's a bit clunky. I want to do the same for screen recordings but can't find a way to add query params to the general URL. Any tips?