Summary Report
Summary data endpoint is designed to fetch summary of headline tests ran over a custom time range. Please note that active tests are not included.
Get raw data
Query Parameters
Name
Type
Description
{
"status": "string",
"data": [
{
"test_id": "string",
"test_type": "string",
"host": "string",
"domain": "string",
"path": "string",
"location": "string",
"created_at": "2023-07-21T20:21:56.245Z",
"winner_found_at": "2023-07-21T20:21:56.245Z",
"stopped_at": "2023-07-21T20:21:56.245Z",
"num_variants": 0,
"winning_variant": "string",
"variant_id": "string",
"ctr_mean": 0,
"headline": "string",
"status": "string",
"test_duration_sec": 0,
"sections": "string",
"created_by": "string"
}
]
}Last updated
Was this helpful?