Retrieve timeseries of an A/B test
Retrieves timeseries for an A/B test by its ID.
analyticsAuthorizations
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Path Parameters
Unique A/B test identifier.
224
Query Parameters
End date of the period to analyze, in YYYY-MM-DD format.
"2023-01-21"
List of metrics to retrieve. If not specified, all metrics are returned.
search_count, tracked_search_count, user_count, tracked_user_count, no_result_count, add_to_cart_count, purchase_count, clicked_search_count, converted_search_count, click_through_rate, conversion_rate, add_to_cart_rate, purchase_rate, average_click_position, revenue Start date of the period to analyze, in YYYY-MM-DD format.
"2022-09-19"
Response
OK
Unique A/B test identifier.
224
A/B test timeseries variants.
The first variant is your control index, typically your production index. All of the additional variants are indexes with changed settings that you want to test against the control.