Properties
Optional context_page_owner_id
context_page_owner_id: undefined | string
Optional context_page_owner_slug
context_page_owner_slug: undefined | string
destination_path
destination_path: string
Optional dropdown_group
dropdown_group: undefined | string
parent_navigation_item
parent_navigation_item: string
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
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" }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" }