Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedBuyNow

A user taps "Purchase" on an artwork page (BNMO)

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

example
 {
   action: "tappedBuyNow",
   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

  • TappedBuyNow

Index

Properties

action

action: tappedBuyNow

Optional context_module

context_module: ContextModule

context_owner_id

context_owner_id: string

context_owner_slug

context_owner_slug: string

context_owner_type

context_owner_type: ScreenOwnerType

Optional flow

flow: "Buy now" | "Partner offer"

Optional impulse_conversation_id

impulse_conversation_id: undefined | string

Optional signal_bid_count

signal_bid_count: undefined | number

Optional signal_label

signal_label: undefined | string

Optional signal_lot_watcher_count

signal_lot_watcher_count: undefined | number

Generated using TypeDoc