meta_ads_split_tests_end
End a running Split Test immediately, stopping further data collection and returning final results even if statistical significance is not reached.
Instructions
Ends a running Split Test immediately, before its scheduled end_time. Returns the final study record with whatever confidence Meta has accumulated so far. Destructive — no further data accrues; if significance was not yet reached, winner_cell_id may be null. Not automatically reversible — record before-state with mureo_state_action_log_append if you may need to roll back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_id | Yes | Study ID to end. | |
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. |