From a57bd99476607b0dfb0ccaaab1b15ac4b826d620 Mon Sep 17 00:00:00 2001 From: Shell Escalante Date: Mon, 16 Jun 2025 09:30:14 -0700 Subject: [PATCH] Update ending.md --- docs/workflow/ending/ending.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/workflow/ending/ending.md b/docs/workflow/ending/ending.md index 1be3a7651..5a1e1e4e1 100644 --- a/docs/workflow/ending/ending.md +++ b/docs/workflow/ending/ending.md @@ -5,19 +5,12 @@ sidebar_label: Ending slug: /ending --- -# Ending Your Experiment +# Ending Enrollment and Ending Experiment ## To end enrollment -Once the experiment has reached the end of the enrollment period, the experiment owner can elect to end enrollment which will prevent new clients from enrolling. To do this, first press the `End Enrollment` button located on the experiment's management page in [the Experimenter console](https://experimenter.services.mozilla.com). This will record the request. A reviewer with [L3 access](/access) *will then need to approve the request*. If your product team does not have a dedicated reviewer, you can request the ending by posting in [#ask-experimenter](https://mozilla.slack.com/archives/CF94YGE03). - -

- -

- -Some notes: * Enrollments can be ended at any time after launch, not just after the proposed period -* If enrollment is ended before sufficient client volume has been achieved, there may not be enough users in the experiment to determine statistical significance. +* If enrollment is ended before sufficient client volume has been achieved, there may not be enough users in the experiment to determine statistical significance. Check the Live Monitoring link to see that you have enrolled the expected amount of people. * By default, clients will continue to enrolled until enrollment is manually ended. If the experiment needs a different enrollment window than when it was ended, a [custom Jestream config](/deep-dives/jetstream/configuration) will need to be created. For assistance creating this, please file a Data Org JIRA ticket or attend the relevant [office hours](https://mozilla-hub.atlassian.net/wiki/spaces/DATA/pages/6849684/Office+Hours) for your experiment. An example of the relevant TOML is below. This will set the enrollment period to be the first 14 days of the experiment. Note that this will impact the observation window (data collection window between enrollment and the end of the experiment, from which the experiment results are calculated). ```toml @@ -25,6 +18,13 @@ Some notes: enrollment_period = 14 ``` +Once the experiment has reached the end of the enrollment period, the experiment owner can elect to end enrollment which will prevent new clients from enrolling. To do this, first press the `End Enrollment` button located on the experiment's management page in [the Experimenter console](https://experimenter.services.mozilla.com). This will record the request. A reviewer with [L3 access](/access) *will then need to approve the request*. If your product team does not have a dedicated reviewer, you can request the ending by posting in [#ask-experimenter](https://mozilla.slack.com/archives/CF94YGE03). + +

+ +

+ + ## To end the experiment