File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed
specs/abtesting/common/schemas
tests/CTS/requests/abtesting Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ MinimumDetectableEffect:
154154 description : |
155155 Smallest difference in an observable metric between variants.
156156 For example, to detect a 10% difference between variants, set this value to 0.1.
157- effect :
157+ metric :
158158 $ref : ' #/Effect'
159159
160160Effect :
Original file line number Diff line number Diff line change 11[
22 {
33 "testName" : " estimate AB Test sample size" ,
4- "parameters" : {
5- "configuration" : {
6- "emptySearch" : {
7- "exclude" : true
8- },
9- "minimumDetectableEffect" : {
10- "size" : 0.03 ,
11- "metric" : " conversionrate"
12- }
13- },
14- "variants" : [
15- {
16- "index" : " AB_TEST_1" ,
17- "trafficPercentage" : 50
18- },
19- {
20- "index" : " AB_TEST_2" ,
21- "trafficPercentage" : 50
22- }
23- ]
24- },
254 "request" : {
265 "path" : " /2/abtests/estimate" ,
276 "method" : " POST" ,
You can’t perform that action at this time.
0 commit comments