Skip to content

Instantly share code, notes, and snippets.

View jtello's full-sized avatar

Julio Tello jtello

View GitHub Profile
[
{
"key": "saa",
"latitude": -38.738576,
"longitude": -72.606242,
"alarma": "Activa",
"name": "Cliente1"
},
{
@jtello
jtello / sessionAttributes.md
Created February 26, 2021 16:25
Attributes that get to be removed at the beginning of a mobile session

upgradeFrom

Indictates previous version number only if this is the first launch after app upgrade.

install

Indicates true only if the current session is the first session after app install.

sessionDuration

The length of time for which the user used the application in seconds. If the session crashes, sessionDuration is not captured (although other events and attributes are still recorded).