https://bugzilla.wikimedia.org/show_bug.cgi?id=55542
--- Comment #1 from Steven Walling <[email protected]> --- This comes from examining the counts of event actions on the last tour step, for tour "firstedit". Like so: SELECT COUNT(*),event_action FROM GuidedTour_5222838 WHERE event_tourname = "firstedit" AND wiki = "enwiki" AND timestamp >= 20131009000000 AND event_step = 4 GROUP BY event_action; This produces the following results: 175 button-click 285 complete 442 hide 286 impression Some other steps in the tour also produce this discrepancy, for example the step 2 results: 173 button-click 345 hide 242 impression -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
