Hello, I have a questions:
1. Do we need just send data to our data lake from
Tracking callback when users are put into an experiment
?
2. How many times that callback is called, only once or each time when user is evaluated to be inside specific variant of A/B test?
Thanks!
f
fresh-football-47124
04/30/2024, 7:52 AM
Hi Yevhen - You will need to track exposure events in order to use the AB testing results side of GrowthBook
fresh-football-47124
04/30/2024, 7:53 AM
2. The tracking callback is fired every time a user is given an experiment. We de-duplicate these events in our queries, but if this is a problem, you can also add some logic to the trackingCallback() call