Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedOrderArtworkImage

A user clicks the artwork image in checkout or on the order details page

This schema describes events sent to Segment from ClickedOrderArtworkImage

example
 {
   action: "clickedOrderArtworkImage",
   context_module: "ordersCheckout" | "ordersDetail",
   context_page_owner_type: "orders-checkout" | "orders-detail",
   context_page_owner_id: "b0ac7b78-ee9b-4fa8-b0ca-b726169db217",
   destination_page_owner_id: "60de173a47476c000fd5c4cc",
   destination_page_owner_type: "artwork"
 }

Hierarchy

  • ClickedOrderArtworkImage

Index

Properties

action

action: clickedOrderArtworkImage

context_module

context_module: ContextModule

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: PageOwnerType

destination_page_owner_id

destination_page_owner_id: string

destination_page_owner_type

destination_page_owner_type: PageOwnerType

Generated using TypeDoc