https://www.growthbook.io/ logo
s

swift-garden-56412

01/12/2022, 5:32 PM
Hey everyone, sorry in advance this may be a real beginner question. I need to track multiple experiments and have the ability to dynamically assign users/clients/records/etc. to a group without experiment overlapping. e.g. I want to ensure a User in the test group in Experiment A is not in the test group for Experiment B. Is GrowthBook capable of that? Also, I see the data connectors to Athena, Redshift, BigQuery, and other querying tools. Is GrowthBook aimed at experiment assignment live? I'm wondering how I could send an HTTP/Webhook request to my GrowthBook service rather than waiting for that data to be made available in Athena
f

fresh-football-47124

01/12/2022, 5:38 PM
GrowthBook is modular, and we have SDKs to help you do variation assignment (with exclusivity), and the experiment analysis. They can be connected through our API/webhooks. We don't ingest event data directly, so there is no way to send event data directly to us. But there are some more real time data sources you could consider.
s

swift-garden-56412

01/12/2022, 6:01 PM
Could you do me a favor and drop a link to the docs that describes this or provides an example?
f

future-petabyte-26077

01/13/2022, 2:26 AM
I think what you're looking for is namespaces with regards to eliminating overlap
f

fresh-football-47124

01/13/2022, 3:42 AM
yes, sorry, didn't see this - @swift-garden-56412 what is your tech stack?
we currently have namespaces for JS and React: https://docs.growthbook.io/lib/js#experiment-rules - scroll down a bit
s

swift-garden-56412

01/13/2022, 3:27 PM
I have devs working on front-end apps in JS and data scientists running machine learning models built in Python. We typically meeting in the middle either on a webhook or gRPC/REST call
f

fast-telephone-84882

01/24/2022, 12:47 PM
@swift-garden-56412: If I got it right here, you are referring to how to address Double Bucketing issue in AB testing
@swift-garden-56412 Did you solve or find an answer how to do it?
4 Views