Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedHeroUnitGroup

A user clicks the hero unit on the home page on web

This schema describes events sent to Segment from ClickedHeroUnitGroup

example
 {
   action: "clickedHeroUnitGroup",
   context_module: "heroUnitsRail",
   context_page_owner_type: "home",
   destination_path: "",
   horizontal_slide_position: 1,
   type: "thumbnail"
 }

Hierarchy

  • ClickedHeroUnitGroup

Index

Properties

action

action: clickedHeroUnitGroup

context_module

context_module: string

Optional context_page_owner_id

context_page_owner_id: undefined | string

Optional context_page_owner_slug

context_page_owner_slug: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

destination_path

destination_path: string

horizontal_slide_position

horizontal_slide_position: number

type

type: string

Generated using TypeDoc