Another question regarding feature flag. Inside A...
# announcements
c
Another question regarding feature flag. Inside A/B Experiment, is there a way to do targeted assignment? Basically using Growthbook's Targeted inside A/B Experiment
f
You can add targeting to A/B test rules
c
but the rules are configured in the code, not in the UI ?
f
you can do either
c
from our internal host, I didn't see the option inside the UI. is that a feature in recent release?
f
oh, ya, we only expose basic functionality from the create feature modal
create the feature, and add or edit the rule, you should see the targeting there
c
I see. the experiment rule could be overwritten by "forced value" using target groups based on the attributes we pass
f
ah…
You can add the targeting directly to the experiment
c
neat!! so the targeting rule will pre-select a segment that will run the experiment, right ?
f
yes
and if they dont match the targeting conditions, those users will fall through to the next rule
if there are no more rules, then they’ll get served the default value
c
thank you for all the help!