File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
specs/abtesting-v3/common Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ description:
56
56
trafficPercentage :
57
57
type : integer
58
58
description : Percentage of search requests each variant receives.
59
- minimum : 0
60
- maximum : 100
59
+ minimum : 1
60
+ maximum : 99
61
61
example : 60
62
62
63
63
currencies :
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ ABTest:
27
27
$ref : " Variant.yml#/variants"
28
28
configuration :
29
29
$ref : " #/ABTestConfiguration"
30
+ migratedAbTestID :
31
+ $ref : " #/MigratedABTestId"
30
32
required :
31
33
- status
32
34
- name
@@ -107,3 +109,8 @@ EffectMetric:
107
109
- clickThroughRate
108
110
- conversionRate
109
111
- purchaseRate
112
+
113
+ MigratedABTestId :
114
+ type : integer
115
+ description : Unique migrated A/B test identifier.
116
+ example : 224
You can’t perform that action at this time.
0 commit comments