Variant Report
Variant Report data endpoint is designed to fetch summary of variants 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",
"created_at": "2023-07-21T20:22:41.589Z",
"domain": "string",
"path": "string",
"headline_id": "string",
"headline": "string",
"is_winner": true,
"views": 0,
"clicks": 0,
"engaged_clicks": 0,
"ctr_mean_percent": 0,
"winning_variant": "string",
"status": "string"
}
}Last updated
Was this helpful?