hello everyone~ i have a question that
Can growthbook set a sub-ab-test under an existing ab-test? like i have an ab-test already with four traffic branches participated by userid, every branch has 25% traffic . what i want is to set a sub-ab-test under branch A, and 5% of 25% is for A-a1 sub branch, and 20% of 25% for A-a2 sub branch.
is there any manu could give me some leadings?❤️.
f
fresh-football-47124
01/20/2024, 11:29 AM
The one way I can think of to do this is with the code
fresh-football-47124
01/20/2024, 11:32 AM
so you could check the value of a feature (1) with an experiment and then if you're served variation A, then check the value for feature 2. You could do this pretty cleanly by setting the value from feature 1 as an attribute, then targeting the second experiment to those with the right value for that attribute.
✅ 1
c
clever-van-82172
01/20/2024, 2:19 PM
Thank you Graham for replying~ Very nice of you.
Exactly, that's what my last choice. just a newbee to check if growthbook support that in case i don't know how to set it.😁