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 88 description : Retrieves timeseries for an A/B test by its ID.
99 parameters :
1010 - $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"]
1137 responses :
1238 ' 200 ' :
1339 description : OK
3056 $ref : ' ../../common/responses/MethodNotAllowed.yml'
3157 ' 404 ' :
3258 $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