Closed Leoudayan closed 3 years ago
Hi,
Anything is possible with this package as it just takes the parameters you give it and sends it to the Matomo tracking API. (https://developer.matomo.org/api-reference/tracking-api)
In theory this should work, but you might want to temporarily enable debugging and change the code so that the response from Matomo is logged. With this setting Matomo responds with a verbose log on why the request is (not) tracked in the tracking API request.
Hi, Thanks for the link and code. I found out the error and fixed it. Thanks.
Hi,
Sorry for posting this here but couldn't find a place to ask this question.
I am running a Node js express service where I want to report a certain action under a route.
When I run the express service and called the route, nothing happened and also no errors. But I cannot see the tracking info coming after the trigger.
Is it possible to just report to matomo that a particular action inside a route is successfully executed? I don't want to track the route but from the route, i want to talk to matomo that a certain action is completed. Is is possible to do this with this package?
It will be great if you could help me with this. I am very new to matomo.