❓ Question about grouping events by a specific property value -> charting last value within each group So let's say I have some events that happen within a user activity (a Review which holds Suggestions). As a user Accepts or Dismisses suggestions, I want to track an overall Acceptance Rate for each Review. I'm happy do this calculation in frontend state where I have all the data I need. However, I'm having trouble figuring out how to track "Per Review Acceptance Rate" in Mixpanel. Since a user may close their client at any time, there's no final "Review Finished" event I can rely on. Instead, my preference would be to chart the calculated properties attached to the last "Accept Suggestion" or "Dismiss Suggestion" event for each reviewId. Is that possible? Is there an alternative way I should be thinking of this?
not sure if this is the only solution but if you subscribe to "group analytics" you could set your review_id as the group and then generate analytics on a review_id basis (vs a user_id).
We do, but we're already at our limit of 3 groups, used for different user hierarchy / org values. That solution would be incredibly restrictive for us:
Reviews are very ephemeral things (like, 15 minutes), we don't need to track them long term
They're not the only activity type in our application we'd want better statistical insight on
Looking into whether we can clean up those groups (2 of them are for a legacy product), and I guess we could generalize it as activity_id instead of review_id Was hoping for an approach that was a bit more dynamic and less opinionated though
The only analogy I have on my end is a "questionnaire_id". It has one or more questions, and each has one or more choices. So when someone goes through, they may answer one or two or 20 different things. So I have an event for the choice selected. If I just do "total sessions", it picks up frequency per user, but if the user has done it multiple times (separate questionnaires but multiple choice selections across them, it "inflates" the frequency per user calc. So if i do an aggregate on the distinct count of hour per day, it gets a closer to true answer bc the odds of a user doing it multiple times in the same hour is less. I don't have a unique "query_id" being passed, otherwise I would just use that and would probably be the best option.
Ive been having issues with some images not being captured in a screen recording. I have set the block parameter to "" as per the documentation however most images are still blocked, Has anyone come across this and had any success with fixes? Implemented through GTM using the mixpanel template so i know there are some limitations there.
