Skip to content

Instantly share code, notes, and snippets.

@jtello
Created February 26, 2021 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtello/8c98c0cc3c92b4659605c7ab2720935f to your computer and use it in GitHub Desktop.
Save jtello/8c98c0cc3c92b4659605c7ab2720935f to your computer and use it in GitHub Desktop.
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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment