This message was deleted.
# ask-questions
w
This message was deleted.
f
Hi Munjal, it depends a bit on what your ab testing on
at a minimum you need a table that tracks exposures, which has a user id (or whatever your randomization unit is), the experiment name, variation id, and a timestamp of when the exposure occurred
c
I’m just looking at the above. I’m happy to put whatever is needed to get as much data is needed
To get a robust set of analysis
I just need to know what
And then I’d need to know how to map that data to GrowthBook
f
so in GrowthBook, you can write SQL to query the exposures, and any metrics you’re trying to use in the A/B tests. If you’re not using an event tracker, you can write SQL to match whatever data you have
c
Ok
153 Views