Hi everyone :wave: I’m wondering if there’s a way ...
# ask-questions
a
Hi everyone 👋 I’m wondering if there’s a way to achieve a certain setup using only two experiments instead of three. We currently have one experiment that includes all new users, and another one that should include only 30% of new English-speaking users. Ideally, this could be handled with just these two experiments, but in GrowthBook we were only able to implement it using three experiments — two of which duplicate the same logic (one for the English locale and one for all other locales). This works technically, but it prevents us from viewing the combined results of these two “half-experiments” as a single result. Has anyone managed to configure something similar with only two experiments?
f
hi - you can do this in a few ways
one is with prerequisites
and the other is by setting experiment 1.2 to the same tracking key as 1.1
(being aware of potential SRM errors)
a
Got it! Thank you!