Values โ€‹โ€‹of values โ€‹โ€‹of mixed value i (integer as strings)

Since Keen is not very typed, I noticed that you can send data of different types to the same property. For example, some events may have a property whose value is String (sent surrounded by quotes), and some whose value is an integer (sent without quotes). In the case of mathematical operations, what is the expected behavior?

+4
source share
2 answers

Yes, you are right, Kin can accept data of various types as a value for your properties. An example of a Keen lenient data type is that a property such as VisitorID can contain both numbers (for example, 14558) or strings (for example, "14558").

Keen , : https://keen.io/docs/data-collection/data-modeling-guide-200/#check-for-data-type-mismatch

+6

. , , , . , select_unique target_property, ( ), JSON . , , , (, , , , ).

, , , ( ). , , , , .

+7

Source: https://habr.com/ru/post/1663559/


All Articles