matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.73k stars 2.63k forks source link

Report faulty tracking eg. when ecommerce order grand total is zero #8833

Open ryrun opened 9 years ago

ryrun commented 9 years ago

I was wondering, why my ecommerce tracking wasn't working correctly. It was tracking the orders, but didn't show anything in the ecommerce stats. I found out, that the grand total in the tracking code was zero in some cases. I fixed it, now everything is fine.

But is it possible that piwik alerts this kind of faulty tracking in the backend, similar like google analytics? Could be a new feature.

tsteur commented 9 years ago

I think you'd be interested in https://github.com/piwik/piwik/issues/7550 which is not implemented yet.

We can maybe still leave this issue open to make sure that when working on #7550 we handle this case to make sure such a faulty tracking would show up in whatever notification system we will develop some day.