Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedCreateAlert

A user clicks create alert button

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

example
 {
   action: "clickedCreateAlert",
   context_page_owner_type: "artist",
   context_page_owner_id: "5359794d1a1e86c3740001f7",
   context_page_owner_slug: "anthony-hunter",
 }

Hierarchy

  • ClickedCreateAlert

Index

Properties

action

action: clickedCreateAlert

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

Generated using TypeDoc