flag_ab_test_setup
Set up A/B testing experiments with named variants and metrics, then track performance and analyze statistical significance.
Instructions
Pro: Set up A/B testing with variant assignment, metrics tracking, and statistical analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| metrics | Yes | Metrics to track (e.g. 'conversion-rate', 'click-through', 'revenue') | |
| variants | Yes | Variant names (e.g. 'control', 'variant-a', 'variant-b') | |
| experiment_name | Yes | Name of the A/B test experiment |