So I’ve poked around in the dashboard and reviewed a few forum posts to no avail. I can see I’m getting custom events, and the set of parameter values are visible, but I have yet to discover how to determine the number of occurrences of a given parameter value. Basically I want to answer questions like…
“How many frequently do people use this magic power, as compared to some other magic power?”
How can I view custom events sorted by parameter values?
You can view this in the data explorer tab of the dashboard! See attached photos for what it would look like. (I’m assuming your sending magic power as a string in the examples below, if its a numerical then you can see the count of times the event has been sent (this is true if there is no parameter also), and the sum and average of the values sent.
Ok, this is a great answer. This works great for a single parameter value. However I have data with one more level of abstraction that I’d like to see. There are thousands of choices in our game, so we’ve encoded them by id under a single event type. Data looks like
@JesseLaChapelle We are not able to display that data as of right now, but I can see why displaying the data this way is useful. I will bring it up with our engineers to see if it’s something that we can add to our roadmap
In the meantime, you might be able to use our Raw Data Export tool to visualize the data using something like Excel.