Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedOfferActions

A Partner clicks on one of the options (Accept collector's offer, Send a counteroffer, Decline collector's offer) for offers on the orders page on CMS.

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

example
 {
   action: "clickedOfferActions",
   context_page_owner_type: "order",
   context_page_owner_id: "60de173a47476c000fd5c4cc"
   order_id: "60de173a47476c000fd5c4cc"
   label: "Accept collector's offer"
   artwork_id: "60de173a47476c000fd5c4cc"
   flow: offer
   partner_id: "60de173a47476c000fd5c4cc"
 }

Hierarchy

  • ClickedOfferActions

Index

Properties

action

action: clickedOfferActions

artwork_id

artwork_id: string

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

order_id

order_id: string

partner_id

partner_id: string

Generated using TypeDoc