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

Mixpanel tracking is not working #121

Open
PilliSiddharth opened this issue Jun 28, 2023 · 1 comment
Open

Mixpanel tracking is not working #121

PilliSiddharth opened this issue Jun 28, 2023 · 1 comment

Comments

@PilliSiddharth
Copy link

PilliSiddharth commented Jun 28, 2023

Hey there, I'm currently using Mixpanel track with Python, and it has been working well for me. However, I've encountered an issue since yesterday. When I send an event to Mixpanel with the unique ID, event name, and its properties, the properties are not being displayed.

This is my code (just sending the event):

event_name = 'User - Chat Message'
event_properties = {
      'User ID': session["email"],
      'Message': message
  }

# Send the event to Mixpanel
mp.track(session["email"], event_name, event_properties)
@abidgulshahid
Copy link

What is the response status?

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