Skipped tutorial step is not logged in funnel data (UploadWizardStep) if skipped due to campaign configuration. It is logged if skipped due to user preferences, though.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Fix tutorial step logging | mediawiki/extensions/UploadWizard | master | +27 -21 |
Related Objects
Related Objects
Event Timeline
Comment Actions
I think https://gerrit.wikimedia.org/r/#/c/314024/ might be accidentally fixing this? We should make sure.
Comment Actions
Turns out https://gerrit.wikimedia.org/r/#/c/314024/ didn't fix this.
It even made it worse: similar to how tutorial step was already skipped completely if config told it to skip (config.tutorial.skip), it would not also do so when user preference was set to skip (mw.user.options.get( 'upwiz_skiptutorial' )).
So if tutorial was skipped, most of the time nothing at all would be logged.
Patch coming up.
Comment Actions
Change 325770 had a related patch set uploaded (by Matthias Mullie):
Fix tutorial step logging