Solved

Max parameter data size for an event

  • 5 November 2021
  • 4 replies
  • 723 views

Badge

Hi guys, we’d like to know what is the maximum character length is for the parameters we attach to an event? 

We’d like to use this info to limit the amount of chars on the frontend to a sensible length. Couldn’t find this info in the documentation nor in public headers, so it might be prudent to add it there as well. 

icon

Best answer by Saish Redkar 5 November 2021, 15:37

View original

4 replies

Userlevel 7
Badge +10

Hey @markohlebar 

The current character limit is 1024 characters for all string values.

You can read more about the various limits in here. Hope this helps!

Badge

That’s perfect @Saish Redkar. Thank you very much! 

Userlevel 3
Badge +2

Hi @Saish Redkar 

We’re using the Kotlin Android SDK and for some reason my event property values for strings are getting truncated to 95 characters. The Android devs say they’re not truncating. Any ideas? 

Thanks, 

Anthony 

 

 

Userlevel 3
Badge +2

Nevermind! After consulting the new Support Chatbot AI, the devs were able to look at this and figure out where they were truncating it :) 

 

 

Reply