Schema:FlowMenu

Revision 10562353
description"Measuring use of Flow's topic and post action menus"
properties
action
enum
"initiate"
"edit-title"
"history"
"permalink"
"summarize"
"edit-summary"
"hide"
"unhide"
"delete"
"undelete"
"lock"
"unlock"
description"The actions that the user can take. - initiate: the menu opens due to a user action (hover or click) - edit-title: the user clicks on Edit title. - history: the user clicks on History. - permalink: the user clicks on Permalink. - summarize: the user clicks on Summarize. - edit-summary: the user clicks on Edit summary. - hide: the user clicks on Hide. - unhide: the user clicks on Unhide. - delete: the user clicks on Delete. - undelete: the user clicks on Undelete. - lock: the user clicks on Lock. - unlock: the user clicks on Unlock."
type"string"
requiredtrue
entrypoint
enum
"topic-menu"
"post-menu"
description"The entry points for opening the action menu. - topic-menu: the user opens the menu in the topic header. - post-menu: the user opens the menu for an individual post."
type"string"
requiredtrue
isAnon
type"boolean"
description"True if the user was anonymous; false if logged in."
requiredtrue
sessionId
type"string"
description"Identify user (more correctly a browser session), from mw.user.sessionId()."
funnelId
type"string"
description"A unique identifier generated at each initiation action, i.e associated with the entry form for the interaction."
pageNs
type"number"
description"namespace ID (wgNamespaceNumber) of the page the user is on, e.g. 1 for Talk:, 2600 for Topic:"
requiredtrue
pageTitle
type"string"
description"The title of the Flow board, in unprefixed DB form (e.g. 'Flow_QA')"
requiredtrue