language_settings_token | description | "The token generated by the language settings funnel, allowing us to link these summaries with the summary of user's interactions with the language settings screen." |
---|
type | "string" |
---|
required | true |
---|
|
---|
added | description | "Whether the user added a language from this screen or if they just backed out to the language settings screen." |
---|
type | "boolean" |
---|
required | true |
---|
|
---|
language | description | "The language code of the language the user added (if any)." |
---|
type | "string" |
---|
required | false |
---|
|
---|
search_string | description | "The search string when the user is done with the screen (either by adding a language or backing out to the language settings screen)." |
---|
type | "string" |
---|
required | false |
---|
|
---|
time_spent | description | "How long user interacted with language search screen for (in seconds)." |
---|
type | "integer" |
---|
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 |
---|
|
---|