This message was deleted.
# give-feedback
w
This message was deleted.
1
r
@blue-sundown-32899 has marked the issue as closed. Reopen Issue button
f
Adding additional conditions on top of the experiment definitely makes sense for some advanced use cases like yours, but it would make it easier to mess things up accidentally for others with a simpler set up. So if we add this functionality, need to figure out the right UX to balance that.
👍 1
b
This is a better example to understand it
And yes absolutely, maybe it could be under an "advanced" toggle or something
ah also, in the meantime/as an alternative, it would be helpful if there was some way to make new legacy experiment rules
h
Hi James, just to help me understand this bit:
The key problem is that we sometimes need to have combined rules - i.e. additional conditions beyond those in the experiment targeting. e.g. if the experiment is on this variant, and the user is on the web version of the app, use this value. Whereas if they're on another version, use another value
You want to manage this in feature flags, but am I right in understanding that one could handle this in the app itself? e.g. if (user in experiment variant B) { if (web) x; if (ios) y}?
b
ah yes that would be possible, but most of our A/B setup is done without any engineering involvement - we use Growthbook and our CMS to empower any staff member to set up their own experiments as needed without code changes
In line with that, we have several features we call "core logic" that are more just config resolution - e.g. which variant of the onboarding flow (defined in the CMS) to use
h
Got it, thanks. Just wanted to understand the use case better.
r
Hi James, just checking in on this. Is there anything else we can help with on this topic, or should I close the ticket?
b
Well this use-case is not covered currently so it's still an outstanding ask?
Notably, you actually removed the ability to do these things...
f
We haven't been able to get to implementing that advanced setting as fast as I would have liked. What I can do is re-enable legacy experiment rules for your account in the meantime. I can push that change up in an hour or so
b
Don't especially mind when, just replying to the question of whether the thread should be closed
r
Thanks, James
135 Views