matomo-org / matomo-java-tracker

Official Java implementation of the Matomo Tracking HTTP API.
https://matomo-org.github.io/matomo-java-tracker/
BSD 3-Clause "New" or "Revised" License
69 stars 52 forks source link

Event Appearing as Custom Variable in Matomo Dashboar #60

Closed aashishgoyal2000 closed 1 year ago

aashishgoyal2000 commented 2 years ago

I am sending events using Piwik Tracker with the sendBulkRequestAsync method, and the event is appearing as Custom Variable in the dashboard. It should appear in the events list.

{ "eventName":"Name: ", "eventAction":"Action", "eventCategory":"Category", "eventValue":null, "eventTime":1655388962709 }

Events are being raised from Spring Boot Java using Piwik Tracker. Dependency Used:

org.piwik.java.tracking matomo-java-tracker 1.7

dheid commented 2 years ago

@aashishgoyal2000 Could you please provide the code that creates the request?

tholu commented 1 year ago

@aashishgoyal2000 Closed due to inactivity. Feel free to reopen.