Hi Team, suppose i have two different features run...
# announcements
d
Hi Team, suppose i have two different features running in production. And user will push into 2 experiments with two tracking callback function calls. Is there any function which give me unique experiment id or anything where i can get all the features and variations that the user falls in.
f
We unique experiment exposure events
on the experiment reports
d
sorry, i didn't get your point.
can we get like that?
f
are you wanting to see the total counts of unique exposures?
oh
I see
in the trackingCallback is where you know exactly what experiments and variations the user was exposed to
d
yes
i get to know from that
f
you can recreate this as we use deterministic hashing, so you can re-run the method to see which variation the user did or may be exposed to
d
trackingcallback will get call only if the user included in experiment right?
f
yes
d
if he is not included in experiment, it will not get call
f
correct
d
so by just creating the growthbook object, tracking callback will not get call. right?
is there any function that get call for every growthbook instance creation at global level
f
we have an event on feature on - but not one for a high level global level
d
trackingcallback will get call only when ->we use useFeatureValue(in react) and user involved into experiment. Am i right?
f
yes
correct