Custom event reporting - OTHERS ? ...

HI All!

We just started using UA for our mobile VR game app, we when pulling the first set of reports of custom events to see a specific set of custom events and our internal unique user ID, and we are only getting 10 results and then OTHERS… our app is/will be used by tens and or hundreds of users, we need to be able to avoid the OTHERS grouping and have the detail data on each user code. How can we do this? what are my options? would RAW DATA EXPORT be the only option?

Really appreciate any help

Ari

3020933--225683--Screen Shot 2017-04-05 at 10.26.19 AM.png

@alisjak

The “Others” group is a change that was made in our front-end to accommodate some updates to our backend.https://forum.unity3d.com/threads/new-data-processing-limits.450266/

I would also advise against using unique user IDs in Custom Events as that will quickly reach our 5,000 event-parameter-value combination limit. Plus, our Analytics system wasn’t designed to display unique data, so we don’t expose that kind of data particularly well.

Raw Data Export is unaffected by any of our data processing limits (because that data is not processed at all).

@ap-unity this ‘feature’ makes the analytics system really hard to actually use. Can you please undo the change? Or at least surface an easy way to download the data to show what’s in the others (the csv export really should detail it if the web page won’t)

2 Likes

I’m facing the same problem. I want to know which levels were played by how many users. But with the OTHERS group, I’m not getting any useful information from the analytics. @ap-unity any suggestions for an alternative way of achieving this?

@ercion ,

Unfortunately, the only way to view all values for your events currently is to use Raw Data Export, which is available for Pro customers. We are still investigating solutions for how to best display this data on our dashboard.

Aside from that, a workaround might be to have a custom event per level (“start_level_1”, “start_level_2”, etc), but that gets unwieldy pretty quickly if your game has a lot of levels.

One option that we are exploring is showing the complete parameter value list in the CSV download. Would that approach satisfy your needs to compare the different levels available in your game? It does add additional steps to visualize the data, so I understand it is not the ideal solution. We are still working on the best ways to handle this situation.

1 Like

I think it would satisfy my needs. I was hoping the CSV would give me the data that I needed but it didn’t.

It would be great if at least the CSV contained the whole data. Surely better than losing information.

Also finding the same problem. We have a game with 20 Achievements, and when when trying to view them in the console, we only see instances of the top ten, plus the “others” category. This is useless!
I have to use Raw Data Export and build my own method of visualising it in order to see which achievements are being unlocked???
Am I misunderstanding something or is UA really this limited now?

@ap-unity

Is there any progress on this issue?
The way the system is implemented now, it makes it really hard to answer some basic questions.

The solution of making a new event for each level : level_1_completed, level_2_completed, etc
will require a lot of dashboard setup work to see all events in the same chart. Don’t you think?

The csv export still shows the Others field.

@EyalBira

There is no update on this problem. The dev team recognizes it as an issue, but there are some other projects that have priority.

Don’t take that as a reason to stop posting about it though. Every post lets us know this is a high priority issue.

this should be a hight priority issue. thanks

Still no solution?

This issue is a dealbreaker. We try to analyze which levels require the usage of “boosters” the most, and we have over 900 levels in the game. So the “Others” is just a horrible grouping which does not allow to understand anything :frowning:

1 Like

Here from 2019, still an issue. Please why not give an option to display all information (which you collect). I mean it cant be so hard to just change a line of code to display not just the top ten… ;(

This sounds to me as a regulation so people just buy pro for the raw data export…

Hi @snow2405 ,

Gosh, I wish it were that simple. Had it been, I guarantee that we’d have fixed this ages ago. (The folks here aren’t money-driven scrooges, nor are we idiots…though I’m sure we look like that when an issue like this arises and remains unfixed.) Let me try to explain…

When I first started at Unity, I imagined (as I think you do now) that our data was just in some SQL table that can be queried the way I’m used to. It’s not. We process data on a vast scale…billions upon billions of events every day…and pre-aggregate some of that data for use on the dashboard. The only data we can directly query is whatever’s been processed by that mechanism. Making all the data infinitely, variably queryable (as would be pretty much required to bubble up every parameter value for every custom event) is beyond the scope of our current infrastructure. It’s something we’ve thought a lot about, but it’s a surprisingly complicated job. We’ve even made at least a few starts on solving the issue, but since the scale of the change is large, it’s never quite made the cut in terms of priorities.

I’m certainly not saying we shouldn’t do it…like you, many of us have been frustrated that this hasn’t been a top priority. And like @ap-unity said above, it’s worth you continuing to push for, because we do listen…even when the appearance seems otherwise.

Still having this issue. I have an Unlock Character event and there’s only two Game_Types that it can be and yet I’m seeing “GameType1, GameType2, others”. It makes no sense at all

Will we have an fix on this issue on day ?

I mean even when I export my Raw Data, I have a field named “Others” that regroup almost all my event.
In our app which is not a game, we use those events to detect which menu are used and with one isn’t used. But with this kind of data it’s just pointless to try to do this cause others represents something like 50% of our data. SO in those 50% it’s impossible to dissociate each menu.

Raw Data Export (a Pro-only license feature) does not include Others but breaks out every event. I suspect you mean you are downloading the Dashboard report data which would be expected to contain the Others grouping.

https://docs.unity3d.com/Manual/UnityAnalyticsRawDataExport.html

Ok my bad, I speak too fast. Indeed the content from my Raw Data Export is the good one. Sorry again.

Still waiting for a solution…