The docs imply that productCategory can be explicitly set undefined and subsequent properties used successfully, but this seems to be untrue.
If you set productCategory to undefined and price to a > 0 number, price is still sent to Matomo as 0 when you track the ecommerce conversion.
The docs imply that
productCategorycan be explicitly setundefinedand subsequent properties used successfully, but this seems to be untrue.If you set
productCategorytoundefinedandpriceto a > 0 number,priceis still sent to Matomo as0when you track the ecommerce conversion.