Search Unity

Cant filter custom event

Discussion in 'Unity Analytics' started by DarioPavan, Aug 24, 2015.

  1. DarioPavan

    DarioPavan

    Joined:
    Feb 12, 2015
    Posts:
    4
    hi guys, I have a question.
    I create 4 custom event like " music button" , " profile ", "level "... with script
    But in data explore filter custom event only show "Music button"


    help me .! Thanks !
    Sorry for bad English
     
  2. marc_tanenbaum

    marc_tanenbaum

    Unity Technologies

    Joined:
    Oct 22, 2014
    Posts:
    637
    I can see many events in this Project (more than shown in your screenshot), but not "profile" or "level". Event names can take a little while to show up in the Data Explorer dropdown, so sometimes it's just a matter of patience. In this case, however, I'd guess that you're not successfully sending the events you think you are. Try working in the custom event validator (under Integration > Validate Custom Events)...send the event from your Unity Editor and confirm that it appears in the validator (this should happen nearly instantly). My best guess is that the code that you think is sending that event is failing somehow, so we never receive it.

    Hope that helps!