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

EditSubscriptionList Event

Subscriptions settings events.

Multiple user actions triggers these events, with different event names. All related to automatic push notifications and subscriptions.

User action

eventName

Show the subscription settings view where user can edit subscriptions

viewShow

Remove a subscription

deleteStream

Enable push notifications for a subscription

notificationsDeactivated

Disable push notifications for a subscription

notificationsActivated

  • eventName - viewShow, deleteStream, notificationsDeactivated or notificationsActivated

  • viewName - editSubscriptionList

  • moduleID - Module ID in app config

  • moduleName - NearMe

  • moduleTitle - Module title in app config

  • streamID - Concept uuid

  • streamType - Open Content property name for the Concept

  • streamTitle - Title of the stream

Example - User clicks on the settings cog in "My News" and is presented with settings dialog (edit view).

  • eventName - viewShow

  • viewName - editSubscriptionList

  • moduleID - mynews

  • moduleName - NearMe

  • moduleTitle - My News

  • streamID -

  • streamType -

  • streamTitle -

Example - User removes a subscription e.g. Borås Basket

  • eventName - deleteStream

  • viewName - editSubscriptionList

  • moduleID - mynews

  • moduleName - NearMe

  • moduleTitle - My News

  • streamID - 2de1fe6c-0a44-49f0-8dde-b0937fbff529

  • streamType - ConceptTagUuids

  • streamTitle - Borås Basket

Example - User activates push notification for e.g. Family.

  • eventName - notificationsActivated

  • viewName - editSubscriptionList

  • moduleID - mynews

  • moduleName - NearMe

  • moduleTitle - My News

  • streamID - 31415cc9-b084-45a8-a716-72638c9669d4

  • streamType - ConceptCategoryUuids

  • streamTitle - Family

Example - User deactivates push notification for e.g. Family.

  • eventName - notificationsDeactivated

  • viewName - editSubscriptionList

  • moduleID - mynews

  • moduleName - NearMe

  • moduleTitle - My News

  • streamID - 31415cc9-b084-45a8-a716-72638c9669d4

  • streamType - ConceptCategoryUuids

  • streamTitle - Family

PreviousArticle Read EventNextFlow Event

Last updated 4 years ago

Was this helpful?