From f02432107e7740551676839fd29d57f9ea58fdf9 Mon Sep 17 00:00:00 2001 From: To3m <1932155+tmillross@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:50:45 +0000 Subject: [PATCH] Update 01-ab-testing.md: remove Omniture, add BigQuery Remove ref to Omniture (according to https://docs.google.com/document/d/1-_koo-DK9n7pRT_74nP72lq9o4RVl-RytUOZKqPVf4A/edit#heading=h.xjp28ucqw12o - "We migrated away from Omniture in 2016". Add ref to BigQuery (where this AB-Testing data is typically analysed). --- docs/03-dev-howtos/01-ab-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-dev-howtos/01-ab-testing.md b/docs/03-dev-howtos/01-ab-testing.md index 10212050684..a8676566070 100644 --- a/docs/03-dev-howtos/01-ab-testing.md +++ b/docs/03-dev-howtos/01-ab-testing.md @@ -1,6 +1,6 @@ # How to setup and run A/B tests -We have a homebrewed AB testing framework running in the application. The data it collects is logged with both Ophan and Omniture. +We have a homebrewed AB testing framework running in the application. The data it collects is logged with Ophan. It's then available downstream from Ophan in the BigQuery Lakehouse, in the pageview / online_traffic column `ab_test_array`. Most tests can be written in JavaScript, although we can serve variants via Varnish.