ActionsmatomoTrackOrderVersion: 4.60On this pagematomoTrackOrder Tracks an order in Matomo. Field Configurations KeyTypeDescriptionDefault Value"params" (required)Objectundefinednull Parameters KeyTypeDescriptionDefault Value"async"BooleanSpecifies whether the action should perform asynchronously.null"discount"NumberThe discount on the ordernull"id" (required)StringThe id of the ordernull"items"ArrayThe items of the ordernull"itemsQuery"StringThe database query for itemsnull"itemsQueryParams"StringThe parameters for the items querynull"itemsTable"StringThe database table for itemsnull"itemsTemplate"StringThe template for the items querynull"shippingCost"NumberThe shipping cost of the ordernull"subTotal"NumberThe sub total of the ordernull"tax"NumberThe tax on the ordernull"total" (required)NumberThe total of the ordernull Inherited From Base ActionBase ActionField ConfigurationsKeyTypeDescriptionDefault Value"dynamicParams"ObjectDynamic params to retrieve data from a specific context e.g. a userSetting.null"leadingDelimiter"StringThe leading mustache delimiter to use.null"params"Object,ArrayObject containing the properties of the action.null"trailingDelimiter"StringThe trailing mustache delimiter to use.null"type"StringType name of the action.null Examples Example: track order Track order. { "type": "matomoTrackOrder", "params": { "id": "uniqueIdentifier", "total": "49,99" }} The actions to be executed are specified in the actions parameter, in this case a matomoTrackOrder action. Result: A matomoTrackOrder action has been created.