Hi, I’m trying to get true daily unique users for the "Loaded a Page" event by path name. Mixpanel is double-counting users because time is embedded in the event (so it counts unique combinations of user_id + time, rather than just user_id). I also tried a cohort, but can’t filter by path.
Is there a way to get unique users per day per path inside Mixpanel, or do I need to pull raw data and calculate this myself?