prehistoric-beard-84272
10/15/2023, 1:56 PMconst quizId = window.gb && window.gb.isOn('quiz_subcategories') ? 'id_one' : 'id_two';
The experiment itself seems to be working fine, i.e. the IDs are switched. (tested by previewing the experiment variations) However, the trackingCallback is not triggered. It has been (and is in other experiments) working fine for the Visual Editor though. It seems the SDK is not picking up on the this feature flag. Do we need to add some kind of targeting or activation code?
The feature flag was setup in GB and liked to the experimentwhite-fireman-22476
10/15/2023, 8:57 PMprehistoric-beard-84272
10/16/2023, 6:10 AMdeviceId
is set in the SDK attributes. Have been using it in other experiments without issues.white-fireman-22476
10/16/2023, 8:25 AMprehistoric-beard-84272
10/16/2023, 8:47 AMinternal_user
flag to not actually send the data to GA4, but dataLayer push should still happen - and does for other experiments). So we can test without polluting the data.
dac23-065 experiment corresponds to the "quiz_subcategories" feature flagwhite-fireman-22476
10/16/2023, 10:36 AM