This message was deleted.
# announcements
w
This message was deleted.
f
it should be almost instant
t
hm ok, so I must have set something up wrong. is it a requirement to have a feature flag with a matching key in order to trigger the experiment? i.e. if I have an experiment with key
buy_with_prime
would it require a flag with the same key to work?
ah it seems like it... instead of looking at
gb.context.experiments
i should be looking at
gb.features.feature_key.rules
right?
f
yes
I think the experiments object is for inline experiments
136 Views