Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedOrderSummary

A user clicks on "Download order summary" on the order page on CMS

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

example
 {
action: "clickedOrderSummary",
   context_page_owner_type: "order",
   context_page_owner_id: "60de173a47476c000fd5c4cc"
   label: "Download order summary"
   flow: offer
 }

Hierarchy

  • ClickedOrderSummary

Index

Properties

action

action: clickedOrderSummary

context_module

context_module: ContextModule

Optional context_page_owner_id

context_page_owner_id: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

flow

flow: string

label

label: string

Generated using TypeDoc