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 trackEcommerceOrder where matomo calls the 2nd param grandTotal whereas your integration calls it orderRevenue https://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.