We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addEcommerceItem()
undefined
The docs imply that productCategory can be explicitly set undefined and subsequent properties used successfully, but this seems to be untrue.
productCategory
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.
price
0
The text was updated successfully, but these errors were encountered:
Arnaud73
No branches or pull requests
The docs imply that
productCategory
can be explicitly setundefined
and subsequent properties used successfully, but this seems to be untrue.If you set
productCategory
toundefined
andprice
to a > 0 number,price
is still sent to Matomo as0
when you track the ecommerce conversion.The text was updated successfully, but these errors were encountered: