-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels