Integration with FullStory



Add the following JavaScript code to each experience you want to tag :

loomi_api.when(() => !!window.FS).then(() => {

    window.FS('trackEvent', {

        name: 'Visually Page View',

        properties: {

            vslyExpId: _USE_CASE,

            vslyExpVarId: _USE_CASE_VARIANT,

            vslyExpName: _USE_CASE_GA,

            vslyExpVarName: _USE_CASE_GA_VARIANT,

        },

    });

});

This will ensure the page properties include the experience, variant IDs, and names.