We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8649c6 commit a901589Copy full SHA for a901589
specs/abtesting-v3/common/parameters.yml
@@ -56,8 +56,8 @@ description:
56
trafficPercentage:
57
type: integer
58
description: Percentage of search requests each variant receives.
59
- minimum: 0
60
- maximum: 100
+ minimum: 1
+ maximum: 99
61
example: 60
62
63
currencies:
specs/abtesting-v3/common/schemas/ABTest.yml
@@ -27,6 +27,8 @@ ABTest:
27
$ref: "Variant.yml#/variants"
28
configuration:
29
$ref: "#/ABTestConfiguration"
30
+ migratedAbTestID:
31
+ $ref: "#/MigratedABTestId"
32
required:
33
- status
34
- name
@@ -107,3 +109,8 @@ EffectMetric:
107
109
- clickThroughRate
108
110
- conversionRate
111
- purchaseRate
112
+
113
+MigratedABTestId:
114
+ type: integer
115
+ description: Unique migrated A/B test identifier.
116
+ example: 224
0 commit comments