Is there a way to override the default variation I...
# contributing
n
Is there a way to override the default variation IDs (0, 1) for experiment rules? E.g. using
blue-button
and
red-button
rather than
0
and
1
would make it simpler to distinguish between the different variants
f
the SDKs currently don't allow you to override the variation IDs. However if your data already has different IDs in your data source, you can specify that during analysis so we know how to map them back to the correct variation.
n
Got it – would be a nice feature to have for feature flags as well!