token | type | "string" |
---|
required | true |
---|
description | "Anonymized, persistent user token to ensure we can de-duplicate users." |
---|
|
---|
anon | type | "boolean" |
---|
required | true |
---|
description | "False if user has logged in." |
---|
|
---|
action | type | "string" |
---|
required | true |
---|
enum | "watchlist" |
"unwatchlist" |
"anonCTA" |
|
---|
description | "watchlist - user taps an empty watchlist star and adds the article to their watchlist; unwatchlist - user taps a filled star on an article they've already watchlisted to remove from watchlist; anonCTA - logged out user taps empty watchlist star, which takes them to the login/create account page." |
---|
|
---|
articleID | type | "integer" |
---|
description | "Internal ID (wgArticleId) of the article with which the user is tinkering" |
---|
|
---|
username | type | "string" |
---|
description | "Username for logged in user." |
---|
|
---|
isStable | type | "string" |
---|
enum | |
---|
description | "Whether the user is seeing the regular non-beta, beta, or alpha version of the mobile site." |
---|
|
---|