File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ filterEffects:
138138 description : Number of tracked searches removed from the A/B test.
139139 example : 237
140140
141- metric :
141+ createMetric :
142142 type : object
143143 description : Defines a metric to be retrieved during an A/B test.
144144 properties :
Original file line number Diff line number Diff line change 2525 $ref : ' ../common/schemas/AddABTestsVariant.yml#/AddABTestsVariant'
2626 metrics :
2727 type : array
28- description : A/B test metrics involved in the test. Only these metrics will be considered when calculating results.
28+ description : A/B test metrics involved in the test. Only these metrics will be considered when calculating results.
2929 items :
30- $ref : ' ../common/parameters.yml#/metric '
30+ $ref : ' ../common/parameters.yml#/createMetric '
3131 configuration :
3232 $ref : ' ../common/schemas/ABTest.yml#/ABTestConfiguration'
3333 endAt :
Original file line number Diff line number Diff line change 2828 type : array
2929 description : A/B test metrics involved in the test. Only these metrics will be considered when calculating results.
3030 items :
31- $ref : ' ../common/parameters.yml#/metric '
31+ $ref : ' ../common/parameters.yml#/createMetric '
3232 configuration :
3333 $ref : ' ../common/schemas/ABTest.yml#/ABTestConfiguration'
3434 scheduledAt :
You can’t perform that action at this time.
0 commit comments