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