create_experiment
Create an A/B test experiment for an app store version by specifying the version ID, experiment name, traffic proportion, and platform.
Instructions
Create a new A/B test experiment for an app store version
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Experiment name | |
| platform | Yes | Platform for this experiment | |
| versionId | Yes | The app store version ID | |
| trafficProportion | Yes | Percentage of traffic for the experiment (0-100) |