Custom Event Parameter Limit

Hi all,

Is there a max limit to the number of parameters that can be sent through with a custom event?

After reading this thread: New Custom Event Limits - Please Read - Unity Services - Unity Discussions

I can see that it can’t exceed the total number of points. However, I’m sending an event through with 17 parameters (mixture of strings, bools and ints - mainly ints) and UA is only logging 9 of them.

The maximum number of points shown is 5,000 and I’m currently on 700.

I’m guessing 17 is just too much?

Many thanks, Alex.

Hi Alex,

Events have a limit of 10 parameters per event. Maybe this fact is too hidden in the documentation. It’s detailed here: http://docs.unity3d.com/Manual/UnityAnalyticsCustomEvents.html

1 Like