Mobile News Apps public docs
  • Naviga Mobile News Apps
  • Required information
  • Configuration base
  • Store information
    • Privacy Policy
    • Ownership
    • AppStore Privacy
    • Google Play Data Safety
  • Statistics Events
    • Article Event
    • ArticleList Event
    • ArticleListRow Event
    • Article Read Event
    • EditSubscriptionList Event
    • Flow Event
    • ImageViewer Event
    • Notification Event
    • Onboarding Event
    • Profile Event
    • TopicPicker Event
Powered by GitBook
On this page

Was this helpful?

Export as PDF

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

PreviousGoogle Play Data SafetyNextArticle Event

Last updated 4 years ago

Was this helpful?