e_c — The event category. Must not be empty. (eg. Videos, Music, Games...)
e_a — The event action. Must not be empty. (eg. Play, Pause, Duration, Add Playlist, Downloaded, Clicked...)
e_n — The event name. (eg. a Movie name, or Song name, or File name...)
e_v — The event value. Must be a float or integer value (numeric), not a string.
Additional context
Add any other context about the problem here.
Describe the bug Inside MatomoRequest class, eventValue duplicated the param name for eventName, both showing
e_n
Code snippets
Expected behavior eventValue name should be
e_v
as mentioned in docs:Optional Event Tracking info
Additional context Add any other context about the problem here.