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

Article Read Event

Stop showing article.

An event dispatched when an article has been read.

  • eventName - viewShow

  • viewName - articleRead

  • moduleID - Module ID from app config

  • moduleName - Module name

  • moduleTitle - Module title from app config

  • articleHeadline - Article's headline

  • articleUUID - Article's UUID

  • isFrequency - Boolean, whether article is metered

  • isPremium - Boolean, whether article is premium content

  • userHasAccess - Boolean, whether the user has access to article or not

Example - this event was dispatched when an article was read.

  • eventName: viewShow

  • viewName: articleRead

  • moduleID: mynews

  • moduleName: NearMe

  • moduleTitle: My News

  • articleHeadline: Lilliz inte anmäld till disciplinnämnden

  • articleUUID: 1c5ee092-f5fd-48fa-b610-ee537d67a337

  • isFrequency: false

  • isPremium: true

  • userHasAccess: true

PreviousArticleListRow EventNextEditSubscriptionList Event

Last updated 4 years ago

Was this helpful?