Closed aashishgoyal2000 closed 1 year 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
@aashishgoyal2000 Could you please provide the code that creates the request?
@aashishgoyal2000 Closed due to inactivity. Feel free to reopen.
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