You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the UI i can see all the events and all the data but i can not see the event as a whole.
I was expecting to see the same event on the umami UI, to see that "my_event" was called and that the event had the data {data1: "value1", data2: "value2", ... } assosiated with it.
Is there a way to see that or is it maybe planned for v3?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Ok the title is a bit quirky, but it is really simple:
I use the event javascript api to track user events on the site, so i send events like:
umami.track("my_event", {data1: "value1", data2: "value2", ... }
On the UI i can see all the events and all the data but i can not see the event as a whole.
I was expecting to see the same event on the umami UI, to see that "my_event" was called and that the event had the data
{data1: "value1", data2: "value2", ... }
assosiated with it.Is there a way to see that or is it maybe planned for v3?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions