Skip to content

Mixpanel tracking is not working #121

@PilliSiddharth

Description

@PilliSiddharth

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions