I
I
i__egor2020-09-09 17:44:54
Unity
i__egor, 2020-09-09 17:44:54

How to view firebase event parameters for analytics in unity?

How to track parameters by events in the console? The events themselves are registered, but I don’t know how to view the parameters (you can’t select the required number in the Report settings by parameters). For example:

FirebaseAnalytics.LogEvent("level_begin",
              new Parameter(FirebaseAnalytics.ParameterValue, type_game.ToString()),
              new Parameter(FirebaseAnalytics.ParameterValue, difficult.ToString()),
              new Parameter(FirebaseAnalytics.ParameterLevelName, name)
            );

The level_begin event counts. How to see these 3 parameters (game type, difficulty, level name)?
As I understand it, it should be something like in the screenshot:
5f58f7e6ab696312928147.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question