Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedNewsSection

A user taps the dedicated section to news in the app

This schema describes events sent to Segment from [[tappedNewsSection]]

example
 {
   action: "tappedNewsSection",
   context_module : "", Home or News
   context_screen_owner_type: "Home",
   context_screen_owner_id: "58de681f275b2464fcdde097",
   destination_screen_owner_type: "Artwork"
   destination_screen_owner_id: "58de681f275b2464fcdde097"
 }

Hierarchy

  • TappedNewsSection

Index

Properties

action

action: tappedNewsSection

context_module

context_module: ContextModule

context_screen_owner_id

context_screen_owner_id: string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

destination_screen_owner_id

destination_screen_owner_id: string

destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

Generated using TypeDoc