Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return id when track is executed and add get(id) to retrieve the event logged #201

Open
dani69654 opened this issue Jun 1, 2022 · 1 comment

Comments

@dani69654
Copy link

dani69654 commented Jun 1, 2022

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.

@ArsalImam
Copy link

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.

Documentation LInk: https://developer.mixpanel.com/reference/track-event

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants