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
  • Receive notification
  • Open notification

Was this helpful?

Export as PDF
  1. Statistics Events

Notification Event

Receive and open push notifications

Receive notification

Notification Received Event. An event dispatched when a push notification is received by a device registered for push notifications.

  • eventName - showNotification

  • viewName - empty if omitted

  • moduleID - Notification context

  • moduleName - Module name, or empty if omitted

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

  • streamID - Notification uuid

  • streamType - Open Content property name for the concept

  • streamTitle - Concept headline

  • notificationTitle - Notification alert title

  • notificationText - Notification alert body

  • contentID - Notification uuid

  • contentType - Linked contentType

Example - The device receives a manual push notification with a link to open an article if clicked.

  • eventName - showNotification

  • viewName -

  • moduleID - topnews

  • moduleName - ContentList

  • moduleTitle - Top News

  • streamID -

  • streamType -

  • streamTitle -

  • notificationTitle -

  • notificationText - Some title\nSome body text goes here

  • contentID - a67d3300-1fa0-4595-ac58-d223d217f12d

  • contentType - article

Example - The device receives a manual push notification which does not contain a link to an article (or anything), and does not contain any module info.

  • eventName - showNotification

  • viewName -

  • moduleID - global

  • moduleName -

  • moduleTitle -

  • streamID -

  • streamType -

  • streamTitle -

  • notificationTitle -

  • notificationText - Some title\nSome body text goes here

  • contentID -

  • contentType -

Example - The device receives a manual push notification for the Editions module about a new Edition.

  • eventName - showNotification

  • viewName -

  • moduleID - editions

  • moduleName - ContentList

  • moduleTitle - Editions

  • streamID -

  • streamType -

  • streamTitle -

  • notificationTitle -

  • notificationText - Some title\nSome body text goes here

  • contentID - a67d3300-1fa0-4595-ac58-d223d217f12d

  • contentType - package

Example - The device receives an automatic push notification, from the NearMe module, with a link to an article.

  • eventName - showNotification

  • viewName -

  • moduleID - mynews

  • moduleName - NearMe

  • moduleTitle - My News

  • streamID - 95d3e986-26b7-4b14-b436-8c79c8645412

  • streamType - ConceptCategoryUuids

  • streamTitle - Crime and Punishment

  • notificationTitle - Some title

  • notificationText -

  • contentID - a67d3300-1fa0-4595-ac58-d223d217f12d

  • contentType - article

Open notification

Notification Opened Event. An event dispatched when a push notification is opened.

  • eventName - openNotification

  • viewName - empty if omitted

  • moduleID - Notification context

  • moduleName - Module name, or empty if omitted

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

  • streamID - Notification uuid

  • streamType - Open Content property name for the Concept

  • streamTitle - Concept headline

  • notificationTitle - Notification alert title

  • notificationText - Notification alert body

  • contentID - Notification data body (?)

  • contentType - Linked contentType

Example - The device received an automatic push notification with an article. This event triggers when that notification is opened (clicked) and the article will open in a concept stream.

  • eventName - openNotification

  • viewName -

  • moduleID - mynews

  • moduleName - NearMe

  • moduleTitle - My News

  • streamID - a5c77d9c-6c4f-4dd7-860a-a155c568a9be

  • streamType - ConceptCategoryUuids

  • streamTitle - Example category

  • notificationTitle - Push notification's title

  • notificationText -

  • contentID - 329a8259-93e1-4eb0-bf50-6e73d8732b07 (article uuid)

  • contentType - article

Example - The device received a manual push notification to open an article, and that notification was opened.

  • eventName - openNotification

  • viewName -

  • moduleID - mynews

  • moduleName - NearMe

  • moduleTitle - My News

  • streamID -

  • streamType -

  • streamTitle -

  • notificationTitle - Push notification's title

  • notificationText -

  • contentID - 329a8259-93e1-4eb0-bf50-6e73d8732b07 (article UUID)

  • contentType - article

PreviousImageViewer EventNextOnboarding Event

Last updated 4 years ago

Was this helpful?