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

ArticleList Event

Show ContentList module.

An event dispatched when a ContentList or NearMe module are rendered.

  • eventName - viewShow

  • viewName - articleList

  • moduleID - Module ID in app config

  • moduleName - Module name (ContentList or NearMe)

  • moduleTitle - Module title in app config

  • streamID - Concept UUID

  • streamType - Concept Open Content property name

  • streamTitle - Title of stream

Example - User navigates to the module called "Senaste nytt"

  • eventName - viewShow

  • viewName - articleList

  • moduleID - topnews

  • moduleName - ContentList

  • moduleTitle - Senaste nytt

  • streamID -

  • streamType -

  • streamTitle -

Example - User opens the "My News" module and the concept stream "Example Town".

  • eventName - viewShow

  • viewName - articleList

  • moduleID - mynews

  • moduleName - NearMe

  • moduleTitle - My News

  • streamID - 3dcd84df-80b6-4a30-89d0-ca595c8584d3

  • streamType - ConceptTagUuids

  • streamTitle - Example Town

PreviousArticle EventNextArticleListRow Event

Last updated 4 years ago

Was this helpful?