action | required | true |
---|
description | "Which user action triggered this event: 'shown' is used when the suggestions are first shown to the user, and 'clicked' is used when the user clicks one of the suggestions." |
---|
type | "string" |
---|
enum | |
---|
|
---|
pageTitle | description | "Title of the page currently being viewed" |
---|
type | "string" |
---|
required | true |
---|
|
---|
readMoreList | description | "List of page suggestions displayed to the user (separated by a pipe symbol)" |
---|
type | "string" |
---|
required | true |
---|
|
---|
readMoreIndex | description | "Index of the suggested page that was clicked (only used with action=clicked)" |
---|
type | "integer" |
---|
required | false |
---|
|
---|
readMoreSource | description | "The source of the Read More suggestion list. Allowed values are:
0: Old full-text search method of generating suggestions.
1: New CirrusSearch 'morelike' method of generating suggestions.
2: New CirrusSearch 'opening_text' method of generating suggestions.
3: Citolytics method of generating suggestions (See https://phabricator.wikimedia.org/T142477)." |
---|
type | "integer" |
---|
required | true |
---|
|
---|
latency | description | "The latency in milliseconds of the network request that fetches the list of suggested pages (only used with action=shown)" |
---|
type | "integer" |
---|
required | false |
---|
|
---|
app_install_id | description | "Randomly generated UUID that is unique to each app install, which can be used to cross-reference the same app install across different schemas." |
---|
type | "string" |
---|
required | true |
---|
|
---|
client_dt | description | "Client-side ISO-8601-formatted date-time at which this event occurred." |
---|
type | "string" |
---|
required | true |
---|
|
---|