version | type | "integer" |
---|
required | true |
---|
description | "Version number" |
---|
|
---|
action | type | "string" |
---|
required | true |
---|
enum | "gettingstarted-impression" |
"gettingstarted-click" |
"page-impression" |
"page-edit-impression" |
"page-save-attempt" |
"page-save-success" |
|
---|
description | "The actions involved in accepting a task and completing it. gettingstarted-impression and -click occur on the GettingStarted landing page, the other events occur on a page linked from the GettingStarted landing page when users visit it (either a task page or the referral page linked via returnTo); page-edit-impression also logs if user opens a protected page by clicking on [View source] (see isProtected field below)" |
---|
|
---|
funnel | type | "string" |
---|
description | "Identifies the funnel in which a page-* action can occur" |
---|
enum | "gettingstarted-addlinks" |
"gettingstarted-copyedit" |
"gettingstarted-clarify" |
"returnto" |
|
---|
|
---|
bucket | type | "string" |
---|
required | true |
---|
enum | |
---|
description | "Identifies the experimental bucket a user is randomly assigned to." |
---|
|
---|
targetTitle | type | "string" |
---|
description | "Title of the target page the user clicks through as part of a task assignment or the returnTo button. Only available for action=gettingstarted-click events" |
---|
|
---|
pageId | type | "integer" |
---|
description | "ID of the target article the user is invited to edit, if available" |
---|
|
---|
revId | type | "integer" |
---|
description | "Current revision of the target article the user is invited to edit, if available. Is updated to the latest revision for action=page-save-success events" |
---|
|
---|
userId | type | "integer" |
---|
description | "User ID (events from anonymous users are not logged)" |
---|
required | true |
---|
|
---|
isNew | type | "boolean" |
---|
description | "True if and only if user is seeing GettingStarted (action=gettingstarted-impression) immediately after successful account creation" |
---|
|
---|
isEditable | type | "boolean" |
---|
description | "True if the target article the user is invited to edit is editable based on user privileges" |
---|
|
---|