From 4e55e6962a4d542b154013018fbb8f26ba6063ad Mon Sep 17 00:00:00 2001 From: cbiselli Date: Fri, 20 Jun 2025 10:32:42 +0200 Subject: [PATCH 1/2] force fvonly for exp --- www/experiments.php | 6 +++--- www/runtest.php | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/www/experiments.php b/www/experiments.php index 5c032c3b75..2b75a4d26d 100644 --- a/www/experiments.php +++ b/www/experiments.php @@ -435,7 +435,7 @@ function observationHTML($parts) } $numRuns = $test['test']['runs']; - $fvonly = $test['testinfo']['fvonly']; + // $fvonly = $test['testinfo']['fvonly']; if (!$isReadOnly) { ?> @@ -447,9 +447,9 @@ function observationHTML($parts)

diff --git a/www/runtest.php b/www/runtest.php index 15229eac72..362e5bcee3 100644 --- a/www/runtest.php +++ b/www/runtest.php @@ -1090,6 +1090,7 @@ function buildSelfHost($hosts) $test['video'] = 1; $test['label'] = 'Original (Control Run)'; $test['metadata'] = json_encode($experimentMetadata); + $test['fvonly'] = 1; // force a first view only test for the experiment and control run $id = CreateTest($test, $test['url']); if (isset($id)) { From 451c2a05d861043fcdee7916b57956914c217a54 Mon Sep 17 00:00:00 2001 From: cbiselli Date: Mon, 23 Jun 2025 11:07:39 +0200 Subject: [PATCH 2/2] fix --- www/experiments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/experiments.php b/www/experiments.php index 2b75a4d26d..92fa73938e 100644 --- a/www/experiments.php +++ b/www/experiments.php @@ -447,7 +447,7 @@ function observationHTML($parts)