Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedOfferOption

User clicks in one of the price options on the offer page

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

example
 {
   action: "clickedOfferOption",
   flow: "Make Offer",
   context_page_owner_type: "orders-offer",
   context_page_owner_id: "dd0cbbb5-300b-4c49-92a1-fed55b077fa9",
   order_id: "407dd09f-4afd-4aad-a6cc-1d6704dc2b11",
   offer: "20% below the list price",
   amount: 2000,
   currency: "USD"
 }

Hierarchy

  • ClickedOfferOption

Index

Properties

action

action: clickedOfferOption

amount

amount: number

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: string

currency

currency: string

flow

flow: string

offer

offer: string

order_id

order_id: string

Generated using TypeDoc