https://bugzilla.wikimedia.org/show_bug.cgi?id=65352
--- Comment #3 from Matthew Flaschen <[email protected]> --- (In reply to Matthew Flaschen from comment #0) > Another issue is that we previously (when preparing the second deployment > after bugfixes, > https://trello.com/c/dw4XzcAC/418-implement-instrumentation-for-the- > trackedpagecontentsavecomplete-schema) specified that only users on an edit > page would get a token. This part is wrong. All anonymous users will also get a token if the experiment is in progress (as a side effect of both getToken and getBucket in ext.gettingstarted.anonymousEditorAcquisition) (plus, all users, including logged in, continue to get tokens on edit pages). So re logging the create account page impression on the server/client, the issue is if we're concerned about people hitting CreateAccount directly without going to any other pages. If so, we have to log on the client (to let the token get assigned before logging). -- 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
