Просмотр исходного кода

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

Zhixing Zhang 3 лет назад
Родитель
Сommit
338b4ebdb2
1 измененных файлов с 18 добавлено и 0 удалено
  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(