"The length of this sub-session, in seconds. Paused whenever user started reading an article and resumed whenever they returned to the editing task via the Back button."
type
"integer"
edit_tasks
description
"JSON array of named per-edit-task counts of:
- impressions (total suggestions)
- clicks (when user accepts a suggestion)
- cancels (when user changes mind)
- successes (when an edit is successfully published)
- failures (e.g. connection time-out, other errors that prevented the edit from getting published)"
type
"string"
required
true
help_opened
description
"Number of times the user tapped to view help."
type
"integer"
required
true
scorecard_opened
description
"Number of times the user looked at their scorecard."
type
"integer"
required
true
source
description
"How the user arrived at the Editor tasks screen. For example:
- dialog (onboarding card)
- notification
- menu"
type
"string"
required
true
session_token
description
"A randomly generated identifier for cross-schema session analytics."
type
"string"
required
true
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."