Mixpanel Community Icon

What triggers “App Updated”

·
·

What triggers “App Updated”

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

    Hi Brian S., 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 knowledge sources, the "App Updated" event (with raw name "$ae_updated") is a legacy automatically tracked event in Mixpanel's mobile SDKs. This event is triggered when a user updates the app from a previous version.According to the documentation for both iOS Swift and Objective-C SDKs: - The event executes when a user updates the app from the previous version - A property called "Version Updated" ($ae_updated_version) is tracked to store the new app versionIt's worth noting that this is considered a legacy feature, and Mixpanel doesn't recommend enabling automatic event tracking as these events rely on client-side state and can be unreliable. The documentation recommends disabling automatic event tracking by setting trackAutomaticEvents to false (Swift) or NO (Objective-C) during initialization.Sources: Mixpanel SDKs: iOS (Swift) Mixpanel SDKs: iOS (Objective-C)

    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.