Troubleshooting Event Filters and Properties in Mixpanel
Hi, I'm Hi, I'm new to Mixpanel and am struggling to do anything in it. I'm trying to create a filter based on my event type so I can filter to only event = "choice",. My events look like thi:
{
"event": "visit",
"properties": {
"time": 1733202511.685,
"distinct_id": "L87UQUBOVlR-C3pWSwtsg-NsNVgM-QmK-T_S6K8kc7Q",
"$insert_id": "f03042a72d074d0086ff21a5a8994fe8",
"$lib_version": "4.10.1",
"$mp_api_endpoint": "api.mixpanel.com",
"$mp_api_timestamp_ms": 1733202511756,
"environment": "production",
"language": "unknown",
"mp_lib": "python",
"mp_processing_time_ms": 1733202543340,
"path": "/",
"query_params": "{}",
"referrer": "direct",
"session_id": "L87UQUBOVlR-C3pWSwtsg-NsNVgM-QmK-T_S6K8kc7Q",
"timestamp": "2024-12-02T21:08:31",
"user_agent": "Go-http-client/1.1"
}
} When I try to create an event filter in Mixpanel, there are no properties showing up, nothign at all for me to select, it's like it doesn't recognize any of the events, why?