As a Roblox developer, it is currently too hard to look for number of transactions grouped by custom type. for example, in the Monetization > Developer Products, we only have Sales by individual product.
We could make use of the Economy and logged by Robux purchased with the same product and a custom grouping. But the grouped up stats are only for the net flow (aka the Sum of those logged values), while we are also interested in the sales (aka the Count of those logged events)
Below I show the current Economy page for ‘Wins’ as an example
Notice the Minion group sink amount is more than that of MoveFaster and MoreHealth. But only because the Minion type costs much more than the other two sinks, whereas their actually number of sales could be comparable.
Below is the current Custom Event page with the ‘Aggregate By’ filtering
If Roblox is able to address this issue, it would improve my development experience because it would answer the question whether a group of products is more favorable than another group of products (such as Gem packages vs Coin packages). Thus helping us to devised better selling strategy.