Search Unity

Not getting custom events data Unity Analytics

Discussion in 'Unity Analytics' started by Swathi-RS, Jan 12, 2021.

  1. Swathi-RS

    Swathi-RS

    Joined:
    Oct 19, 2020
    Posts:
    21
    Hi , it's been 3 days..we are not seeing the custom event name "meeting_data" on dashboard. Not sure what is wrong..Please help Screenshot 2021-01-12 at 11.30.31 AM.png Screenshot 2021-01-12 at 11.30.20 AM.png

    Project Name- AltouraBeta
    Screenshot 2021-01-12 at 11.30.31 AM.png Screenshot 2021-01-12 at 11.30.20 AM.png
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Are other events showing up? Is your Dashboard showing new users? You should be checking the return code from your CustomEvent call

    AnalyticsResult ar = Analytics.CustomEvent(..)

    Debug.Log("Result = " + ar.ToString());
     
    Swathi-RS likes this.
  3. Swathi-RS

    Swathi-RS

    Joined:
    Oct 19, 2020
    Posts:
    21
    thank you i was able to solve the issue i was sending more than 10 parameter
     
    JeffDUnity3D likes this.