Search Unity

No custom events defined

Discussion in 'Unity Analytics' started by LumoKvin, Feb 22, 2020.

  1. LumoKvin

    LumoKvin

    Joined:
    Sep 28, 2019
    Posts:
    195
    On the analytics dashboard, it says that I have no custom events defined. I am assuming that this is because I am testing with a development build.

    Is there something that I am doing wrong?

    upload_2020-2-21_17-48-29.png Screen Shot 2020-02-21 at 5.49.31 PM.png
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    You likely just need to give us a bit more time to process the new events. It takes our system 8-16 hours to process new events. Also, you might consider adding Debug.Log statements to output the return code which is of type AnalyticsResult and should return "OK" for a successful call. You'll also confirm that the expected code is executing.