Schema:MobileACUX

Revision 4993057
description"Used to log the account creation funnel on mobile Wikimedia sites. Tracks whether users enter from content, site navigation space, or special page."
properties
token
type"string"
requiredtrue
description"Anonymized, persistent user token to ensure we can de-duplicate users."
anon
type"boolean"
requiredtrue
description"False if user has logged in."
action
type"string"
requiredtrue
enum
"login-click"
"signup-click"
"signup-submit"
"signup-submit-success"
description"Any of the possible actions involved in creating an account in the account creation funnel on mobile"
funnel
type"string"
enum
"article"
"navigation"
description"Logs which account creation funnel the user is coming in from: article (watchliststarCTA) or navigation (left nav login link)"
target
type"string"
enum
"article"
"watchlist"
"donate-image"
description"Logs where the user goes after account creation: article or special page (watchlist, donate image page)"