File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 8
8
description : Retrieves timeseries for an A/B test by its ID.
9
9
parameters :
10
10
- $ref : ' ../common/parameters.yml#/ID'
11
+ - $ref : ' ../../common/parameters.yml#/StartDate'
12
+ - $ref : ' ../../common/parameters.yml#/EndDate'
13
+ - in : query
14
+ name : metric
15
+ description : List of metrics to retrieve. If not specified, all metrics are returned.
16
+ schema :
17
+ type : array
18
+ items :
19
+ type : string
20
+ enum :
21
+ - search_count
22
+ - tracked_search_count
23
+ - user_count
24
+ - tracked_user_count
25
+ - no_result_count
26
+ - add_to_cart_count
27
+ - purchase_count
28
+ - clicked_search_count
29
+ - converted_search_count
30
+ - click_through_rate
31
+ - conversion_rate
32
+ - add_to_cart_rate
33
+ - purchase_rate
34
+ - average_click_position
35
+ - revenue
36
+ example : ["search_count", "click_through_rate", "conversion_rate"]
11
37
responses :
12
38
' 200 ' :
13
39
description : OK
30
56
$ref : ' ../../common/responses/MethodNotAllowed.yml'
31
57
' 404 ' :
32
58
$ref : ' ../../common/responses/IndexNotFound.yml'
59
+ ' 422 ' :
60
+ $ref : ' ../../common/responses/UnprocessableEntity.yml'
You can’t perform that action at this time.
0 commit comments