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
  • View dialog
  • Create subscription

Was this helpful?

Export as PDF
  1. Statistics Events

TopicPicker Event

Show the Add subscription view, and add subscription event

View dialog

Topic Picker View: An event dispatched when the topic picker is opened.

  • eventName - viewShow

  • viewName - topicPicker

  • moduleID - Module id from app config, or global

  • moduleName - Module name

  • moduleTitle - Module title from app config

Example - User navigates to the module "Top News", and the topicPicker dialog appears.

  • eventName - viewShow

  • viewName - topicPicker

  • moduleID - topnews

  • moduleName - SectionContentList

  • moduleTitle - Top News

Create subscription

TopicPicker Create Subscription events are dispatched when a user saves their choices made in the topic picker.

One event is dispatched for each choice that was made.

  • eventName - createStream

  • viewName - topicPicker

  • moduleID - Module ID from app config, or global

  • moduleName - Module name

  • moduleTitle - Module title from app config

  • streamID - Concept uuid

  • streamType - Open Content property name for the Concept type

  • subscriptionName - Subscription UUID

Example - User follows the "Ice Hockey" concept, and saves their choice.

  • eventName - createStream

  • viewName - topicPicker

  • moduleID - mynews

  • moduleName - NearMe

  • moduleTitle - My News

  • streamID - 5b129691-a4e7-4318-9ced-c7344c54b2b0

  • streamType - AppConceptCategoryUuids

  • subscriptionName - Ice Hockey

PreviousProfile Event

Last updated 4 years ago

Was this helpful?