Articles on: User Traits

Is it possible for Trait values to have spaces?

Yes, Trait values can be stored as one of four different data types:

Boolean
String (max length 2000 bytes)
Int (32 bit signed)
Float (typically has a range of around 1E-307 to 1E+308 with a precision of at least 15 digits)
If you need to store 64 bit integers or very high precision floats we suggest storing them as Strings and then doing the type conversion within the SDK.

Updated on: 28/09/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!