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
  1. Statistics Events

Flow Event

User, login, password and similar views.

An event dispatched when a Flow view's registerStats property is true.

  • eventName - viewShow

  • viewName - flow

  • moduleID - Module id from app config, or global

  • moduleName - Module name, or empty if omitted

  • moduleTitle - Module title from app config, or empty if omitted

  • viewId - Flow ID or empty if omitted

Example - Event dispatched during a custom User Login flow

  • eventName - viewShow

  • viewName - flow

  • moduleID - global

  • moduleName - SectionContentList

  • moduleTitle - Top News

  • viewId - login_flow

Example - Event dispactched during a custom Free Trial flow

  • eventName - viewShow

  • viewName - flow

  • moduleID - global

  • moduleName - SectionContentList

  • moduleTitle - Top News

  • viewId - try1_flow

Example - Event dispactched during a custom Forgot Password flow

  • eventName - viewShow

  • viewName - flow

  • moduleID - global

  • moduleName - SectionContentList

  • moduleTitle - Top News

  • viewId - forgot_pasword_flow

PreviousEditSubscriptionList EventNextImageViewer Event

Last updated 4 years ago

Was this helpful?