Monetization Metrics by Product

Where are the revenue analytics broken down by ProductId?

I’ve implemented Analytics Monetization with Analytics.Transaction(productId, price, …) but I don’t see where this data is displayed? I see Total revenue and number of transactions verified & unverified, but nothing by Product.

Hi @mhardy ,

We don’t currently offer a break down of transaction events based on those items, although I can see how that would be useful! Can you add/vote on this idea on our feedback page? We look at that page when trying to decide what new features to implement, and it is very helpful to know which ideas are most desired by our users! Here’s the link: https://feedback.unity3d.com/forums/unity/suggestions?utf8=✓&status=0&category=analytics&view=hottest

In the meantime, what you could do to get this information is create a custom event with a product name parameter of type string that is fired each time a product is purchased. This will allow you to see counts of each product, and a pie chart showing what percent of the total purchased each product is.

ok, posted:

https://feedback.unity3d.com/suggestions/monetization-metrics-by-product

I thought of using a custom event as well but it seemed redundant since I’m making the Analytics.Transaction() call with the exact same data. I’ll add the custom event for now.

Thanks-

1 Like

While looking for a way to do this, I’ve ended up here. Voted all my 10 but I’m just curious if there are any plans to add this, since the data is already there?

Hi @PixelEnvision ,

It’s not something we have in our roadmap at the moment, but we definitely like the idea. And we certainly take popular feedback page suggestions into consideration when doing our product planning, so it’s not without hope! :slight_smile: Beyond that, I can’t speak to if/when the feature will get added though.