Pushwoosh supports six data types for event attributes: Integer, String, Boolean, List, Date, and Price. There is no attribute type literally named "Decimal" or "Float".
For monetary and other fractional amounts, use the Price type: it is meant for prices/revenue (it is also what event revenue mapping expects) and accepts fractional values.
For non-monetary decimals (for example, video duration or a rating), use the Integer type and convert, round, or truncate the value to an integer on your side before sending it - for example, send duration in whole seconds rather than fractional minutes. Do not rely on the system to automatically truncate a floating-point number sent into an Integer attribute.
Comments
0 comments
Please sign in to leave a comment.