Not getting custom events data Unity Analytics

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

Project Name- AltouraBeta

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());

1 Like

thank you i was able to solve the issue i was sending more than 10 parameter

1 Like