Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedTooltip

A user an entity within a tooltip. type will be an artist, gene, or partner.

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

example
 {
   action: "clickedTooltip",
   context_page_owner_type: "artist",
   context_page_owner_id: "4d8b926a4eb68a1b2c0000ae",
   context_page_owner_slug: "damien-hirst",
   destination_path: "/artist/damien-hirst",
   type: "artist",
 }

Hierarchy

  • ClickedTooltip

Index

Properties

action

action: clickedTooltip

context_owner_id

context_owner_id: string

context_owner_slug

context_owner_slug: string

context_owner_type

context_owner_type: PageOwnerType

destination_path

destination_path: string

type

type: string

Generated using TypeDoc