matomo-org / matomo-nodejs-tracker

A Node.js wrapper for the Matomo (Piwik) tracking HTTP API
MIT License
117 stars 41 forks source link

Cannot send search events #60

Open Javarome opened 5 years ago

Javarome commented 5 years ago

Hello,

I want to send "search" tracking events from a nodeJS backend.

Using trackBulk, I send events with _id, cdt, e_c, e_a, e_n, e_v successfully (and see them reported in the Matomo web app).

However when sending _id, cdt, search, search_cat, search_count, I see nothing in the "Site search" section of the Matomo web app, whereas site search is enabled for my site.

Am I missing something?

Javarome commented 5 years ago

Well actually I had to restart Matomo to see the results land in the search section. Why such a condition/delay?