Hey all! I’m using a feature flag with a 50%-50% r...
# ask-questions
a
Hey all! I’m using a feature flag with a 50%-50% rollout configuration. However, after implementation, the results are closer to a 30%-70% split. I tested this with around 250 samples collected within a single day. Could this be related to GrowthBook’s rollout algorithm, where the distribution becomes more balanced over a longer duration or with a larger sample size? Or is a sample size of 250 generally sufficient, which might indicate an issue with the implementation instead?
f
is it a URL redirect by any chance?
a
No, this is not a URL redirect setup. I’m simply using a feature flag rollout to split users between two payment gateways: • 50% see Payment Gateway 1 • 50% see Payment Gateway 2
f
ya, that doesn't seem right
a
Okay, any suggestions? Basically, I want to analyze which payment gateway users prefer.
g
@fresh-football-47124 is there anything we could share with you and someone from GB can help
a
@fresh-football-47124 is there anything we could share with you and someone from GB can help
f
can you share the code you're using for implementation?
are you using the straight SDK or modifying how you're using it?
a
Sure, Give me a moment.
@fresh-football-47124 I have DM you the code. let me know if you need anything else.