Browse Source

feat(growth): Adding targeted upsell modal experiment (#29222)

Zhixing Zhang 3 years ago
parent
commit
4b921d34fe
1 changed files with 1 additions and 13 deletions
  1. 1 13
      static/app/data/experimentConfig.tsx

+ 1 - 13
static/app/data/experimentConfig.tsx

@@ -14,19 +14,7 @@ export const unassignedValue = -1;
  */
 export const experimentList = [
   {
-    key: 'OverageNotificationExperiment',
-    type: ExperimentType.Organization,
-    parameter: 'exposed',
-    assignments: [0, 1],
-  },
-  {
-    key: 'HighlightBusinessPlanExperiment',
-    type: ExperimentType.Organization,
-    parameter: 'exposed',
-    assignments: [0, 1],
-  },
-  {
-    key: 'DefaultBusinessForFreeOrgsExperiment',
+    key: 'TargetedUpsellModalExperiment',
     type: ExperimentType.Organization,
     parameter: 'exposed',
     assignments: [0, 1],