Verifying Analytics Events in Real Time

Hi All,

Given the Validator has been removed and the analytics dashboard takes hours (!?) to update, is there a way of displaying analytics event data being sent from the editor in real-time? Not just a true/false on AnalyticsEvent.Ok but the actual data packet?

Some debug mode or something so I can at least see what’s going on in the console?

This is required!

Thanks,
Nic

2 Likes

You could use Charles Proxy, and I’m including a Unity package that you can use in your project so you don’t need to export to Android Studio as described in the article when targeting an Android build. The package modifies the manifest for you. You would likely want to remove the package prior to game release, and is provided as-is. https://support.unity3d.com/hc/en-us/articles/115002917683-Using-Charles-Proxy-with-Unity

5412447–549909–CharlesProxy.unitypackage (2.11 KB)

ok - but this seems like a sledgehammer-on-a-nut solution.

I don’t want to see all the data, just the analytics events so I can test integration. Like what was in the validator.

Charles Proxy is very handy, I would suggest that you give it a try. Yes, it’s a bit more verbose, but you can limit your view to the the Analytics events only. We are working on a solution longer term, but it won’t be ready until likely later this year. The Validator included legacy code that was difficult to support and often caused customer concerns due to frequent delays. In the future we will try to give more notice. If you are using Analytics.CustomEvent, you can use Debug.Log and write the output of the result code which is of type AnalyticsResult and should return OK for a successful call.

Don’t seem to have many options here, so I will try it.

What’s the exact lag for data flowing to the Analytics Dashboard? Even bringing this down to something reasonable, under 30 mins would be a major step forward. Any chance of that happening?

It takes our system 8-16 hours to process new events currently, we are hoping to improve on this.

8-16 Hours! It might be handy to mention this in the documentation as I have spent some time trying to get it to work without realising that.

2 Likes

Are there any updates to the processing times or are we still facing 8-16h?

We are testing a release now that provides about 2 hours processing time! It should be ready in a couple of months, hopefully

1 Like

@JeffDUnity3D Nice to hear.

Took a while to find the API KEY that is still referenced in Unity documentation. Key has changed location and naming and can now be found from Analytics section with Project Secret Key name.

7041649--834847--upload_2021-4-15_10-14-45.png

Perhaps I missed some documentation but if not please update API documentation on this. (Your advertising is using api key which was bit confusing).

1 Like