Create A/B Test
create_ab_testCreate a native Fine Structure A/B test between existing app pages. Use update_app first if a variant page still needs to be generated. Creates a Saved Version before the change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Experiment name | |
| app_id | Yes | The app ID | |
| variants | Yes | At least two variants. Traffic must total 100. | |
| is_active | No | Whether to activate the test immediately | |
| page_name | Yes | Base route page that triggers the experiment | |
| goal_event_type | No | Optional conversion goal type: entity_create, any, form_submit | |
| goal_event_filter | No | Optional goal filter, for example {'entity_name': 'Lead'} |