According to the "Enhanced Ecommerce" product data "quantity" only supports integers.
But, some of the items on our cart are sold by the pound as such the quantity is not an integer but can be. 0.3ls, 1.2lb and etc. Two issues:
- When the quantity is less than 0.5 then it seems like it's rounded to 0 and the line is not shown at all.
- Even when it's shown e.g. 1.3 rounded to 1 then we loose a lot of data here.
A workaround like moving to work in 1unit=0.01lb before we send it to GA has its own drawbacks and causes a signification data impact.