You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
This is mostly a question (might end up in an improvement though)
In the course of my previous PR #562 I've noticed the params are named different than in the official matomo docs https://developer.matomo.org/api-reference/tracking-javascript
For example the action
trackEcommerceOrderwhere matomo calls the 2nd paramgrandTotalwhereas your integration calls itorderRevenuehttps://github.com/Amsterdam/matomo-tracker/blob/master/packages/js/src/MatomoTracker.ts#L241@chrisvanmook is there a particular reason for this discrepancy?
Has matomo changed those names?
If not I'd suggest to name it identically to the official docs to avoid any confusion and unnecessary mapping.