Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedBuyNow

User clicks "Purchase" on an artwork page (BNMO)

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

example
 {
   action: "clickedBuyNow",
   context_owner_type: "Artwork",
   context_owner_slug: "radna-segal-pearl",
   context_owner_id: "6164889300d643000db86504",
   impulse_conversation_id: "198",
   flow: "Buy now" | "Partner offer"
   signal_label: "Limited-Time Offer",
 }

Hierarchy

  • ClickedBuyNow

Index

Properties

action

action: clickedBuyNow

context_owner_id

context_owner_id: string

context_owner_slug

context_owner_slug: string

context_owner_type

context_owner_type: OwnerType

Optional flow

flow: undefined | string

Optional impulse_conversation_id

impulse_conversation_id: undefined | string

Optional signal_label

signal_label: undefined | string

Generated using TypeDoc