Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedNavigationDropdownItem

User clicks an item within a navigation dropdown on web (desktop or mobile) Triggered before navigation to the destination Note: Clicks on actual items (e.g., "Banksy"), not category headings (e.g., "Blue-Chip Artists")

This schema describes events sent to Segment from ClickedNavigationDropdownItem

example

Desktop - clicking "Banksy" from the Blue-Chip Artists group:

 {
   action: "click",
   flow: "Header",
   context_module: "HeaderArtworksDropdown",
   context_page_owner_type: "home",
   parent_navigation_item: "Artworks",
   dropdown_group: "Blue-Chip Artists",
   subject: "Banksy",
   destination_path: "/artist/banksy"
 }
example

Desktop - clicking "View All Artists":

 {
   action: "click",
   flow: "Header",
   context_module: "HeaderArtistsDropdown",
   context_page_owner_type: "home",
   parent_navigation_item: "Artists",
   subject: "View All Artists",
   destination_path: "/artists"
 }

Hierarchy

  • ClickedNavigationDropdownItem

Index

Properties

action

action: "click"

context_module

context_module: ContextModule

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

Optional dropdown_group

dropdown_group: undefined | string

flow

flow: string

parent_navigation_item

parent_navigation_item: string

subject

subject: string

Generated using TypeDoc