January 26, 2026
Retiring /decide Endpoint Used in Older Mixpanel SDK Versions
Starting April 2026, we will be fully retiring the /decide endpoint, which was used in older versions of Mixpanel SDKs.
We began deprecating this in 2022; newer SDK versions no longer rely on it.
If you’re running an SDK version from 2022 or earlier, please review the details below.
How to check your project’s current SDK Version:
- In an Insights Report, select “All Events” as your primary metric
- Break down by “Mixpanel Library” and “Library Version” event properties
Tip: You can find a list of all Projects in your Organization in Organization Settings > Projects, and use the above check to confirm which SDK and versions are in use.
Mobile SDKs
The /decide endpoint controlled whether Legacy Automatically Tracked Mobile Events $ae_first_open, $ae_updated, $ae_crashed, $ae_session, and $ae_iap were enabled or disabled for a Mixpanel Project.
If you currently collect these events and your Mobile SDK version does not meet the minimum versions listed below, your application will stop tracking the Automatic Mobile events after April 2026. To keep collecting the Automatic Mobile events, please complete the following:
- Update to at least the minimum SDK versions listed below and
- Explicitly enable this tracking in your initialization code via
trackAutomaticEvents
Minimum Version and Guides:
- Android: v7.0.0+ | Initialization Guide
- React Native: v.2.0.0+ | Initialization Guide
- iOS (Objective-C): v.5.0.0+ | Initialization Guide
- iOS (Swift): v.4.0.0+ | Initialization Guide
- Flutter: v.2.0.0+ | Initialization Guide
JavaScript (Web) SDK
If your JavaScript SDK version is older than the minimum version below, there will be no functionality change; however, your application will begin receiving 410 Response Error Codes from this endpoint. We strongly recommend updating to the minimum version below.
Minimum Version:
- JavaScript: v.2.45.0+
If you have any questions or need assistance with checking your Mixpanel Project’s SDK versions, you can reach out to Mixpanel’s Support Team.
Was this page useful?