Statistics Events

All Apps dispatch statistics events via different Statistics Providers. Default is the Firebase Analytics integration (Google Analytics v4).

For each action or view in the app an event is triggered. Those events has parameters, described on these sub pages.

Global attributes

The attributes of each event type may differ but each event also contains the following global attributes:

  • userIsLoggedIn (iOS) - boolean, denotes a users login status on iOS

  • loggedIn (Android) - boolean, denotes a users login status on Android

  • userID - string, the unique identifer for a given user

  • appleAppTracking (iOS) - string, status of users consent with one of the following statuses: notDetermined, restricted, denied or authorized

Last updated