A/B Test Response Reporting
A/B Test response data is now available through two new public endpoints designed for both overview and detailed reporting.
GET /api/reports/experiment/overview/(push_id)
Provides an overview of the experiment (A/B Test) with overall response statistics per variant. See Experiment Overview Report for details.
GET /api/reports/experiments/detail/(push_id)/(variant_id)
This endpoint returns a detailed response for a specific variant of the experiments, broken out by iOS, Android, and Amazon devices. See Variant Detail Report for details.
Categories