action | description | "Actions that can be performed while interacting with Talk pages. Can be at least one of: open_talk, open_topic, new_topic_click, reply_click, refresh, lang_change, submit" |
---|
type | "string" |
---|
required | true |
---|
|
---|
source | description | "Source from where the user came into the Talk workflow. Can be any value from the InvokeSource enumeration." |
---|
type | "string" |
---|
required | true |
---|
|
---|
pageNS | description | "Namespace code of the page, e.g. 1, 3, etc." |
---|
type | "string" |
---|
required | false |
---|
|
---|
anon | description | "Whether the user is logged in or anonymous: false = logged in, true = anonymous." |
---|
type | "boolean" |
---|
required | true |
---|
|
---|
time_spent | description | "Amount of time, in seconds, that the user has been so far in the Talk workflow." |
---|
type | "integer" |
---|
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." |
---|
type | "string" |
---|
required | true |
---|
|
---|