Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedMarkSold

User clicks on "Set this work as sold" on the dismiss inquiry modal on the CMS conversation page after selecting the option "The work is no longer available"

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

example
 {
   action: clickedMarkSold
   conversation_id: 123456
   context_module: "conversations",
   context_page_owner_type: "conversation",
   context_page_owner_id: "60de173a47476c000fd5c4cc"
   artwork_id: "60de173a47476c000fd5c4cc"
   partner_id: "35de173a47476c111fd5c4cc"
 }

Hierarchy

  • ClickedMarkSold

Index

Properties

action

action: clickedMarkSold

artwork_id

artwork_id: string

context_module

context_module: string

Optional context_page_owner_id

context_page_owner_id: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

conversation_id

conversation_id: string

partner_id

partner_id: string

Generated using TypeDoc