This ticket will be to turn on the test, it's expected to last one week.
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Jdrewniak | T149809 [A/B Test] Add 'explore similar' pages, categories and suggested languages in search results | |||
Resolved | Jdrewniak | T175647 Explore Similar Language Link A/B test | |||
Resolved | Jdrewniak | T175648 Turn on test for language links |
Event Timeline
Comment Actions
Haven't seen esclicks yet but the hover-on/offs appear to be working along with the rest of the test:
SELECT group_id, event, COUNT(*) AS events FROM ( SELECT DISTINCT event_uniqueId AS event_id, event_subTest AS group_id, event_action AS event FROM TestSearchSatisfaction2_16909631 WHERE LEFT(timestamp, 8) >= '20170914' AND wiki = 'enwiki' AND event_subTest IN('explore_similar_control', 'explore_similar_test') AND event_source = 'fulltext' ) AS explore_similar GROUP BY group_id, event;
group_id | event | events |
---|---|---|
explore_similar_control | checkin | 302 |
explore_similar_control | click | 76 |
explore_similar_control | iwclick | 1 |
explore_similar_control | searchResultPage | 322 |
explore_similar_control | ssclick | 1 |
explore_similar_control | visitPage | 78 |
explore_similar_test | checkin | 333 |
explore_similar_test | click | 69 |
explore_similar_test | hover-off | 13 |
explore_similar_test | hover-on | 15 |
explore_similar_test | searchResultPage | 233 |
explore_similar_test | visitPage | 68 |