Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedArticleGroup

A user taps a grouping of articles on iOS

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

example
 {
   action: "tappedArticleGroup",
   context_module: "relatedArticles",
   context_screen_owner_type: "fair",
   context_screen_owner_id: "5e726bd22524980012caafb0",
   context_screen_owner_slug: "arteba-special-edition",
   destination_screen_owner_type: "article",
   destination_screen_owner_id: "542f1ccc7261694847410400",
   destination_screen_owner_slug: "acaw-acaw-presenter-charwei-tsai",
   type: "thumbnail"
 }

Hierarchy

Index

Properties

action

action: tappedArticleGroup

context_module

context_module: ContextModule

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

Optional curation_boost

curation_boost: undefined | false | true

Optional destination_screen_owner_id

destination_screen_owner_id: undefined | string

Optional destination_screen_owner_slug

destination_screen_owner_slug: undefined | string

destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

Optional horizontal_slide_position

horizontal_slide_position: undefined | number

Optional module_height

module_height: EntityModuleHeight

type

Generated using TypeDoc