Options
All
  • Public
  • Public/Protected
  • All
Menu

A user viewed a tooltip. type will describe what tooltip it is (follow, edit-follows, etc.)

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

example
 {
   action: "tooltipViewed",
   context_page_owner_type: "artist",
   context_page_owner_id: "4d8b926a4eb68a1b2c0000ae",
   context_page_owner_slug: "damien-hirst",
   type: "follow"
 }

Hierarchy

  • TooltipViewed

Index

Properties

action

action: tooltipViewed

context_owner_id

context_owner_id: string

context_owner_slug

context_owner_slug: string

context_owner_type

context_owner_type: PageOwnerType

type

type: string

Generated using TypeDoc