token | type | "string" |
---|
required | true |
---|
description | "User token" |
---|
|
---|
action | type | "string" |
---|
required | true |
---|
enum | "preview" |
"previewCancel" |
"previewSubmit" |
"cancel" |
"success" |
"error" |
"whatDoesThisMean" |
"copyvioOk" |
"copyvioCancel" |
|
---|
description | "The actions involved in uploading a file on the mobile web. preview - view of the initial upload screen with preview. previewCancel - click on the cancel button after file has been selected and is previewed. previewSubmit - click on the upload button after the file has been selected and previewed. cancel - click on the cancel link aborting the upload. error - file does not upload and error message is displayed. success - user successfully uploads file. copyvioOk - user clicks OK on the copyvio warning. copyvioCancel - user clicks Cancel on the copyvio warning." |
---|
|
---|
funnel | type | "string" |
---|
required | true |
---|
enum | "uploads" |
"article" |
"watchlist" |
"nearby" |
|
---|
description | "Identifier for the upload funnel. uploads - user enters initial upload screen from the Uploads special page. article - user enters upload screen from an article." |
---|
|
---|
pageId | type | "integer" |
---|
description | "ID of the referrer article in the articleCTA funnel, if available. (Will always be 0 for myUploads funnel)." |
---|
|
---|
username | type | "string" |
---|
description | "Username for logged in user." |
---|
|
---|
isEditable | type | "boolean" |
---|
description | "True if the referrer article the user is adding an image to is editable based on user privileges" |
---|
|
---|
mobileMode | type | "string" |
---|
required | true |
---|
enum | |
---|
description | "Whether the user is seeing the regular non-beta, beta, or alpha version of the mobile site." |
---|
|
---|
errorText | type | "string" |
---|
description | "Error message received by user (if applicable)." |
---|
|
---|