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

echoing-rocket-40872

06/13/2023, 11:59 AM
👋 What would be the suggested way to track AB experiments to be able to perform various analyses? For instance right now we do track an event with and experiment ID and segment/variant chosen and some kind of client ID. Is implementing tracking callback the right way to go?
f

fresh-football-47124

06/13/2023, 1:24 PM
yes, trackingCallback is what GrowthBook uses to track the experiments
if you have your own bucketing/assignment code, then you can still use GrowthBook for the analysis - but you’ll need some way to pull which user saw which experiment and variation from the db.
e

echoing-rocket-40872

06/14/2023, 11:27 AM
Thanks Graham 👍