How do I see if the custom event data was sent?

Hello,
I just began my adventure with Unity Analytics and I’ve been wondering how do I know if the data from events were send to dashboard? I saw that in older versio there was something like ,verifier" that data was sent?
Waiting for hours for it to show or not on dashborad really slows my work down.

Can somebody help?

Hi @RafalKaminski

You can view your events in the Event Browser on your Dashboard.

After following the documentation found here, and linking your project to the dashboard, data will be sent almost immediately.

I hope you find this to be of use?

1 Like

Make sure you are sending custom events with the new syntax:

https://docs.unity.com/analytics/RecordingCustomEvents.html

1 Like

Thanks for the help!

1 Like