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
Mixpanel's backend only returns 0 & 1 in response. It doesn't reveal the actual event id (or any other information) in the response of /track API. Moreover, I think, they didn't offer any API to retrieve any event details by id.
Hello devs,
It would be extremely useful is
track()
returns a unique ID;Then also have a
get(ID)
that fetches an event.Atm it is not possible to add tests to verify if an event has been created with the right details.
The text was updated successfully, but these errors were encountered: