-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breakdown by attribute property is broken #4309
Comments
Need help deciding best way to decide which properties to include on breakdown. Currently, when breaking down given a single event, it's clear that it will be most helpful to find the top X values of the breakdown property requested and then give the breakdown of the event on those values. For example, if the event is $pageview and the breakdown property is 'city', we would breakdown across the top 20 cities where $pageviews have been happening. However, when provided multiple events (for example: $pageviews and $user_signed_up), the top 20 cities for each event could be different. Do we display this as is? Or is there a better way to decide on these values |
Will proceed with displaying the top 20 per event as this makes the most sense in displaying relevant numbers |
@EDsCODE what's the state here? What needs to be done, is there a WIP branch somewhere, should someone else on the team pick it up? |
I think I was about to pick this up but got hung up on a different sprint and then we hopped into funnels mode. It's open for tackling. Mainly just need to make sure breakdown values are correctly determined per event and that this is clear on the UI. Applicable for funnels too |
This issue hasn't seen activity in two years! If you want to keep it open, post a comment or remove the |
This issue was closed due to lack of activity. Feel free to reopen if it's still relevant. |
Bug description
Original bug report
Video of problem
Expected behavior
How to reproduce
See video above.
Environment
Additional context
Originated from customer via Slack.
The text was updated successfully, but these errors were encountered: