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?
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
. , , , . , select_unique target_property, ( ), JSON . , , , (, , , , ).
, , , ( ). , , , , .
Source: https://habr.com/ru/post/1663559/More articles:I can't get sqljdbc to work with AD username / password - javaChange row values โโby lag value in another column - performanceHow to read Ogg or MP3 sound files on a TensorFlow chart? - tensorflowRe-sort Dom-repeat polymer after a child changes value - javascriptHow to restart dom-repeat with sorting when changing bool property in Polymer element - javascriptmacOS Sierra Touch Bar Icons Location - macos-sierrapymongo update_one (), upsert = True without using the $ operators - pythonangular url adds unwanted characters - angularjsHow to cancel all requests in ComponentWillUnmount? - javascriptto find the best move with TicTacToe alphabeta - pythonAll Articles