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:
Link this issue to here since is duplicated