Options
All
  • Public
  • Public/Protected
  • All
Menu

A user views the order details page. Event used to track the displayed message

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

example
 {
   action: "orderDetailsViewed",
   context_module: "ordersDetail"
   context_owner_type: "orders-detail",
   context_owner_id: "b0ac7b78-ee9b-4fa8-b0ca-b726169db217",
   message_type: "CANCELLED" | "SHIPPING_EXPRESS" | ...
 }

Hierarchy

  • OrderDetailsViewed

Index

Properties

action

action: orderDetailsViewed

context_module

context_module: ContextModule

context_owner_id

context_owner_id: string

context_owner_type

context_owner_type: OwnerType

message_type

message_type: string

Generated using TypeDoc