createBasicExperimentProvider
createBasicExperimentProvider(
options):ExperimentProvider
Build the built-in bucketer. Register it explicitly to switch it on:
initRevTurbine({ domainProviders: [ createBasicExperimentProvider({ subject: () => currentUserId, experiments: { pricing_test: { variants: ['control', 'variant_b'] } }, }), ],});Parameters
Section titled “Parameters”options
Section titled “options”BasicBucketerOptions
Returns
Section titled “Returns”ExperimentProvider