Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedCardGroup

A user taps a grouping of cards

This schema describes events sent to Segment from tappedEntityGroup

example
 {
   action: "tappedCardGroup",
   context_module: "exploreBy",
   context_screen_owner_type: "home",
   destination_screen_owner_type: "collectionsCategory",
   destination_screen_owner_id: "5359794d1a1e86c3740001f7",
   destination_screen_owner_slug: "artworks-under-1000",
   destination_path: "/collection/artworks-under-1000"
   horizontal_slide_position: 1,
   type: "thumbnail"
 }

Hierarchy

Index

Properties

action

action: tappedCardGroup

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_path

destination_path: undefined | string

Optional destination_screen_owner_id

destination_screen_owner_id: undefined | string

Optional destination_screen_owner_slug

destination_screen_owner_slug: undefined | string

Optional 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