meta_ads_split_tests_end
End a Meta Ads split test before its scheduled end time to immediately retrieve final results, even if statistical significance was 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. Reversible via rollback_apply only if the underlying ad sets have not been independently modified since the early termination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| study_id | Yes | Study ID to end. |