Hi , When exactly does tracking callback function...
# announcements
r
Hi , When exactly does tracking callback function run ? In the javascript implementation. Is there any chance that it doesn’t run ? @fresh-football-47124
f
The trackingCallback will only run when a user has been placed into an experiment
There are a few ways that it may not fire - your experiment is not correctly setup in the UI (ie, you have a rule above it that takes priority), or you have an implementation error, which is typically from either a mis-matched split attribute (eg, in the UI you are splitting by ‘userId’ and in the code you’re setting the attribute ‘user_id’), or the split attribute is not set.