Mixpanel Community Icon

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?

  • Avatar of kapa.ai
    kapa.ai
    APP
    ·
    ·

    Hi christina z., Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> đź‘‹

    Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai

  • Avatar of kapa.ai
    kapa.ai
    APP
    ·
    ·

    Based on the information you've provided and the knowledge sources available, there could be a few reasons why you're not seeing any properties to select when creating an event filter in Mixpanel. Let's go through some possible explanations and solutions:1. Recent Data Ingestion: Mixpanel's report dropdown menus hide events that have not been fired within the last 30 days Debugging: Missing or Incomplete Events. If your events are very recent and haven't been processed yet, they might not appear in the dropdown menus.2. Hidden Events: Check if the events have been hidden in Lexicon. Project Owner and Admin users can hide events in your Mixpanel project through Lexicon Debugging: Missing or Incomplete Events.3. Case Sensitivity: Mixpanel is case-sensitive Debugging: Validate your data and troubleshoot your implementation. Ensure that the event name "visit" is exactly as you've sent it.4. Data Ingestion Issues: There might be issues with how the data is being sent to Mixpanel. Make sure that your events are being properly tracked and sent to Mixpanel Debugging: Validate your data and troubleshoot your implementation.To troubleshoot this issue:1. Check Events View: Use the Events view in Mixpanel to confirm that events are arriving in your Mixpanel project Debugging: Validate your data and troubleshoot your implementation.2. Search for the Event: Try typing the exact name of the event ("visit") in the dropdown menu. It should appear even if it's not in the autocomplete list Reports Overview.3. Verify Implementation: Double-check your implementation to ensure that events are being sent correctly. You might want to use a test project to validate your event data Debugging: Validate your data and troubleshoot your implementation.4. Check for Limits: Ensure you haven't exceeded the limit of 5000 distinct event names. If you have, new event names won't be indexed Events: Capture behaviors and actions.If you've verified all these points and are still experiencing issues, it might be best to contact Mixpanel support for further assistance, as they can look into your specific project setup and data.

    kapa.ai is still learning and improving, please let me know how I did by reacting below.

    ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.