From f5688f35711c0c10818b8a1af4513719ff0006c8 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sun, 2 Apr 2023 02:29:13 +0200 Subject: [PATCH] add more description to A/B test 4 --- notes/AB_Tests.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/notes/AB_Tests.md b/notes/AB_Tests.md index 87bd86a..bc27531 100644 --- a/notes/AB_Tests.md +++ b/notes/AB_Tests.md @@ -276,8 +276,12 @@ Note that channels without handles still use the old data model, even on the sam YouTube moved the list of trending videos from the main *trending* page to a separate tab (Videos). -The video tab is fetched with the params `4gIOGgxtb3N0X3BvcHVsYXI%3D`. The data model -of the video tab did not change. +The video tab is fetched with the params `4gIOGgxtb3N0X3BvcHVsYXI%3D`. + +This new tab contains two shelves (video lists), the first one labeled "Trending videos" +which contains the regular trends and the second one named "Recently trending". + +The data model for the video shelves did not change. **OLD**