Browse Source

feat(growth): Checkout Page Experiments (#30411)

Zhixing Zhang 3 years ago
parent
commit
338b4ebdb2
1 changed files with 18 additions and 0 deletions
  1. 18 0
      static/app/data/experimentConfig.tsx

+ 18 - 0
static/app/data/experimentConfig.tsx

@@ -37,6 +37,24 @@ export const experimentList = [
     parameter: 'exposed',
     assignments: [0, 1],
   },
+  {
+    key: 'ContactSalesOnCheckoutExperiment',
+    type: ExperimentType.Organization,
+    parameter: 'exposed',
+    assignments: [0, 1],
+  },
+  {
+    key: 'TargetedFeaturesOnCheckoutExperiment',
+    type: ExperimentType.Organization,
+    parameter: 'exposed',
+    assignments: [0, 1],
+  },
+  {
+    key: 'TrialTagsOnCheckoutExperiment',
+    type: ExperimentType.Organization,
+    parameter: 'exposed',
+    assignments: [0, 1],
+  },
 ] as const;
 
 export const experimentConfig = experimentList.reduce(