create_experiment
Create A/B test experiments for Meta Ads campaigns by defining test cells, start/end times, and study type to compare campaign performance.
Instructions
Create a new A/B test experiment (ad study).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Experiment name | |
| type | No | Study type | |
| cells | Yes | JSON array of test cells: [{name, campaign_id}] | |
| end_time | Yes | End time in ISO 8601 or Unix timestamp | |
| start_time | Yes | Start time in ISO 8601 or Unix timestamp | |
| description | No | Experiment description |