Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Event and Parameters can I define them in Unity?

Discussion in 'Unity Analytics' started by RafalKaminski, Jul 7, 2022.

  1. RafalKaminski

    RafalKaminski

    Joined:
    Jul 4, 2022
    Posts:
    20
    Another day another question.

    For the event to be valid does it have to be described and enabled in the Event Manager? Can I from the level of the unity make the event and send it to the dashborad as valid?

    During tests on the sample provided by Unity I got the data send as invalid since I did not declare and enable it in the Event Manager.
    Later on it kept showing the parameters aka fabulouSting, SparklINT ect as invalid up until I declared it in the Event itself. Do you always have to enable and describe parameters in the Event manager before getting valid data? Or is there some other way to do it?

    Can I do this from Unity? If so how?
     
  2. JeffDUnity3D

    JeffDUnity3D

    Unity Technologies

    Joined:
    May 2, 2017
    Posts:
    14,446
    Correct, you need to define the events in Event Manager in the Dashboard first. There currently is not an event manager tool built into the Unity Editor.
     
    unity_Ctri likes this.
  3. RafalKaminski

    RafalKaminski

    Joined:
    Jul 4, 2022
    Posts:
    20