Search Unity

Custom Events not appearing after 24 hours

Discussion in 'Unity Analytics' started by Stephen_Zeeko, Jun 23, 2021.

  1. Stephen_Zeeko

    Stephen_Zeeko

    Joined:
    Aug 3, 2018
    Posts:
    6
    Hi,

    I have custom events in my game but the events are not appearing in my Event Manager on my dashboard. I've looked though the forums and the usual advice I've seen is that events appear after an 8-16 hour delay, but it's been over 24 hours since I triggered the event.

    Code (CSharp):
    1. AnalyticsResult result = Analytics.CustomEvent("Level start", new Dictionary<string, object>
    2.         {
    3.             { "User ID", userID },
    4.             { "Event Info", "Level " + currentLesson + " began" },
    5.             { "timestamp", System.DateTime.Now.ToString() }
    6.  
    7.         });
    8.         Debug.Log("AnalyticResult : " + result);
    The above returns AnalyticResult: ok.

    I have three different events, none of which are appearing in my event manager
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Please send me your ProjectID in a private message and I'll check the status.