- Home /
How long does it take for custom events to show in unity analytics?
Heres an example:
AnalyticsEvent.Custom("level_start", new Dictionary<string, object>
{
{"level_index", levelIndex},
{"skin_index", skinIndex}
});
I waited one day, but yet nothing shows up. This is how my events tab looks like: Status says:
Disabled events don't appear in the dashboard, but are still available in Raw Data Export.
I dont see any place to initialize any events in the window, and the docs dont say anything, so I thought this might be right way to do it. But yet, nothing shows up.
img.jpg
(84.8 kB)
Comment
Your answer
Follow this Question
Related Questions
When to use 'delegate', 'event' or 'Action' ? 1 Answer
Unity Event Inspector Condition 0 Answers
How can I detect Keyboard Events? 4 Answers
Event for Unity Editor "Pause" and "Play/Stop" events? 4 Answers