Currently, Pushwoosh supports five data types for event attributes: Integer, String, Boolean, List, and Date. There is no specific Decimal or Float data type available.
If you need to track values involving decimals (such as video duration or currency), we recommend using the Integer type. However, to prevent potential errors, you should convert, round, or truncate the value to an integer on your side before sending it. Do not rely on the system to automatically truncate floating-point numbers to match the Integer attribute definition.
Comments
0 comments
Please sign in to leave a comment.