victorious-library-28522
03/06/2023, 7:57 AMtrackingcallback
function is not being called. I am sending an event to GA and also using console.log in the trackingcallback
. Is there something I can do ensure it runs smoothly ?fresh-football-47124
numerous-ambulance-47156
03/10/2023, 2:24 PMtrackingCallback
for certain variationbetter-magician-65629
03/21/2023, 9:58 PMexperiment.active
is not true
• if there's no hash attribute to help evaluate the experiment (e.g. the custom-provided hash attribute or the fallback id
on the user attributes)
• if the conditions checked evaluate to false
• if QA mode is true
• the experiment has already been tracked, i.e. the tracking callback has already been called once for this experiment. (keeping track of tracked experiments is not supported in all SDK's currently)
In the build-your-own section of the SDK docs, there's a section about implementing the experiment run and when the callback is fired. that should hopefully help clear up any confusion.