Options
All
  • Public
  • Public/Protected
  • All
Menu

A user clicks "Bid" on an artwork page inside an Auction

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

example
 {
   action: "clickedBid",
   context_owner_type: "Artwork",
   context_owner_slug: "radna-segal-pearl",
   context_owner_id: "6164889300d643000db86504",
   signal_lot_watcher_count: 2,
   signal_bid_count: 1
 }

Hierarchy

  • ClickedBid

Index

Properties

action

action: clickedBid

context_owner_id

context_owner_id: string

context_owner_slug

context_owner_slug: string

context_owner_type

context_owner_type: OwnerType

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