Is there any support for remote config on mixpanel, for experiment basis, any product tuneable support to change config values and derive experiment.
Santi (. has marked ticket #13311 as closed.
Hi Rahul, Yes, Mixpanel does support this through the Feature Flags feature (add-on for Enterprise). It is designed exactly for the use case you described: remote, tuneable configuration values that you can change without a code deploy, and that can be used to drive experiments. A quick overview of how it works: There are two evaluation modes to choose from. Local Evaluation has the SDK poll Mixpanel servers for flag configurations and perform the variant assignment locally, which avoids extra network calls on each evaluation. Remote Evaluation makes a network call to Mixpanel servers at evaluation time, and is the mode to use if you need cohort-based targeting or sticky variant assignments. A couple of details worth noting: this extra feature is available on our Enterprise plan, and runtime targeting rules are currently limited to single-condition exact match key-value pairs, with cohort and sticky variant targeting supported only in Remote Evaluation mode, not Local Evaluation. Feature Flags is a separately priced product offered to organizations on the Enterprise Plan. Please contact us for more details. You can find the full documentation, including setup steps and SDK-specific code samples, here: https://docs.mixpanel.com/docs/featureflags Also, feel free to explore the fallback options in case the remote endpoint is not available due to network latency or downtime. I hope this helps. Best regards, Santi
