title | type | "string" |
---|
required | false |
---|
description | "The text form of the title (spaces not underscores) associated with the event, e.g. 'Main Page'. Obfuscated for sensitive namespaces." |
---|
|
---|
action | type | "string" |
---|
required | false |
---|
description | "Action associated with the event, e.g. 'edit'." |
---|
|
---|
permission_errors | type | "string" |
---|
required | false |
---|
description | "A comma-separated list of permission errors associated with the event. Presence of errors does not necessarily signify a failed request." |
---|
|
---|
request_method | type | "string" |
---|
required | true |
---|
description | "HTTP request method associated with the event." |
---|
|
---|
is_mobile | type | "boolean" |
---|
required | true |
---|
description | "If the event is associated with the mobile web frontend." |
---|
|
---|
namespace | type | "number" |
---|
required | false |
---|
description | "Namespace associated with the event." |
---|
|
---|
http_response_code | type | "number" |
---|
required | true |
---|
description | "HTTP response code associated with the event." |
---|
|
---|
page_id | type | "string" |
---|
required | false |
---|
description | "Page ID associated with the event. Obfuscated for sensitive namespaces." |
---|
|
---|
path | type | "string" |
---|
required | false |
---|
description | "The query path associated with the event. Obfuscated for sensitive namespaces." |
---|
|
---|
query | type | "string" |
---|
required | false |
---|
description | "The query string associated with the event. Obfuscated for sensitive namespaces, in addition, 'return', 'returnto', and 'search' are always obfuscated." |
---|
|
---|
user_id | type | "integer" |
---|
required | true |
---|
description | "User ID, needed for tracking across login sessions." |
---|
|
---|