|
@@ -26,31 +26,25 @@ export const experimentList = [
|
|
|
assignments: [0, 1],
|
|
|
},
|
|
|
{
|
|
|
- key: 'TargetedUpsellModalExperimentV3',
|
|
|
- type: ExperimentType.Organization,
|
|
|
- parameter: 'exposed',
|
|
|
- assignments: [0, 1],
|
|
|
- },
|
|
|
- {
|
|
|
- key: 'OrgStatsBannerExperiment',
|
|
|
+ key: 'ContactSalesOnCheckoutExperiment',
|
|
|
type: ExperimentType.Organization,
|
|
|
parameter: 'exposed',
|
|
|
assignments: [0, 1],
|
|
|
},
|
|
|
{
|
|
|
- key: 'ContactSalesOnCheckoutExperiment',
|
|
|
+ key: 'TargetedFeaturesOnCheckoutExperiment',
|
|
|
type: ExperimentType.Organization,
|
|
|
parameter: 'exposed',
|
|
|
assignments: [0, 1],
|
|
|
},
|
|
|
{
|
|
|
- key: 'TargetedFeaturesOnCheckoutExperiment',
|
|
|
+ key: 'TrialTagsOnCheckoutExperiment',
|
|
|
type: ExperimentType.Organization,
|
|
|
parameter: 'exposed',
|
|
|
assignments: [0, 1],
|
|
|
},
|
|
|
{
|
|
|
- key: 'TrialTagsOnCheckoutExperiment',
|
|
|
+ key: 'ViewSampleSandboxExperiment',
|
|
|
type: ExperimentType.Organization,
|
|
|
parameter: 'exposed',
|
|
|
assignments: [0, 1],
|