kapa.ai How do I find out the number of users using iphone SE?
To find out the number of users using iPhone SE in Mixpanel, you'll need to use Mixpanel's Insights report with appropriate filters. Here's how to do it: 1. Go to the Insights report in your Mixpanel dashboard 2. Select an event that your users perform (like app open, session, or any other common event) 3. Set the measurement to "Unique Users" to count distinct users 4. Add a filter for the device model propertySpecifically, you'll want to filter for the device model that corresponds to iPhone SE. In Mixpanel, this would typically be captured in a property like "Device" or "Device Model" (the exact property name may vary depending on your implementation).For example, your filter might look like: - Property: $device or Device Model - Operator: equals - Value: "iPhone SE"You can also break down your data by device model to see the distribution of users across different iPhone models, including the iPhone SE.This approach leverages Mixpanel's Insights report, which as described in the documentation is "a powerful and flexible tool designed to visualize trends and compositions within your data" that allows you to "analyze events, cohorts, and user profiles" Insights: Visualize trends and compositions within your data.If you're not seeing device information in your data, you may need to check if you're properly collecting this information. Mixpanel automatically collects certain device properties when using their mobile SDKs, but proper implementation is required.
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.