kapa.ai Can i somehow import a chart into mixpanel? - i.e. I wish to make 20 different funnels - all similar but with different property filters, is there a way to bulk import the chart from a json or something like that?
I'm sorry, but the knowledge sources do not mention any way to bulk import charts (such as funnels) into Mixpanel from a JSON or similar file. The documentation describes how to import event data in bulk using the Import API, scripts, or integrations with cloud storage, but there is no information about importing report definitions or charts themselves in bulk.Currently, creating multiple funnels with different property filters appears to be a manual process within the Mixpanel UI. You can save funnel behaviors for reuse, which helps standardize and speed up the process of creating similar funnels, but there is no documented method for bulk importing or programmatically creating multiple funnel reports from a file or JSON definition Saved Funnel Behaviors Saved Metrics and Behaviors.If you need to automate the creation of many similar funnels, you may want to reach out to Mixpanel support or check for updates in their API documentation, as this feature is not currently described in the available knowledge sources.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
Hey Ansh A. thanks, but breakdowns are not really possible in funnels no, as the funnel is always broken down at one of steps, that's not what we are looking for either. Specifically, we are doing funnels on notification click through, if we simply do a breakdown we do not see the click through rate of the specific notification, but rather whether someone has opened any notification after receiving this specific one - or reversely whether the user has opened this specific notification after receiving any notification, depending on the step we breakdown on
Didn't get you Ingmar A.. If you have 2 events, notification received, and clicked, and notification received has a property on notification id, and what you want to look at CTR for each notification, that should be easily doable. Are you looking to do something else? Maybe, I'm misunderstanding.
I am not sure I get you 😆 hahah, so we might be misunderstanding each other altogether. Below are the steps I can easily take in the UI, let me know where to click, to achieve what you propose! 🚀 We have some 40 different notifications. breakdown on "type" (I would like to see the CTR of each notification type) If I do a breakdown in a funnel, the “breaking down” will only be performed on one of the steps in my funnel. That means I can do one of two things:
breakown on step 1 => user receives this specific notification, but can open ANY notification to be counted in the funnel as a positive
breakown on step 2 => user receives ANY notification but opens this specific notification to be counted in the funnel
What I am interested in is the following : User received THIS specific notification and opened THIS specific notification - essentially a breakown by “type” on BOTH steps in my funnel - there is no clear way in the GUI to do this. So what we have done is to create each individual CTR using filters in stead (see my last screenshot) - hence, the desire for some JSON I could just generate in a quick python script to produce them all. Ansh A.
Ingmar A. Got it. This is super easy to do. Click on "Advanced" (next to the 30 day window), then choose keep property constant, and choose type there. Now, it'll only count the funnel when the user opens up the same notification. Additionally, since a user can open multiple notifications, and I'm assuming you'd like to count that as multiple opes, change it from User Conversion Rate to Totals conversion from the small menu just below the 30 days window.
AMAZING thanks!
No worries. I hope this is sorted??
