Skip to main content

A/B Testing

Add the following global JS object to disable certain features before you initialize the SDK script

window.fastSDKOptions =  {
ab_test_disable_merchandising: true, // if you wish to disable all merchandising
ab_test_disable_merchandising_strategies: true, // if you wish to disable merchandising strategies
ab_test_disable_merchandising_rules: true, //if you wish to disable merchandising rules
ab_test_disable_semantics: true, //if you wish to disable semantics search
ab_test_disable_search_personalization: true, //if you wish to disable search personalization
ab_test_disable_collection_personalization: true, //if you wish to disable collection personalization
ab_test_disable_recommendations_personalization: true, //if you wish to disable recommendations personalization
}