Schema:DidYouMean

Revision 13800499
description"Tracks usage of Special:Search did you mean feature"
properties
pageId
type"string"
requiredtrue
description"A unique identifier generated per visited page. Allows correlating visit-page actions with the other actions."
numResults
type"integer"
requiredtrue
description"The number of search results shown on the page."
didYouMean
type"string"
requiredtrue
enum
"no"
"suggestion"
"rewritten"
description"True when the user is provided with a 'did you mean' prompt"
logId
type"string"
requiredtrue
description"A unique identifier generated per event. The SendBeaconReliability test showed that we have to expect duplicated events to be sent from the browser, so this allows de-duplicating those events."
action
type"string"
requiredtrue
enum
"visit-page"
"clicked-original"
"clicked-rewritten"
"clicked-did-you-mean"
description"visit-page is fired when first rendering a search page. The other events identifiy which individual 'did you mean' link was clicked."
runSuggestion
type"boolean"
requiredtrue
description"When true the user has explicitly opted out of auto-running suggested queries"
didYouMeanSource
type"string"
requiredtrue
enum
"original-click"
"rewritten-click"
"suggestion-click"
"no"
description"Notes whether we got to this page by clicking on a 'Did you mean' link"