Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedAuctionGroup

A user taps a grouping of auctions on iOS

This schema describes events sent to Segment from tappedEntityGroup

example
 {
   action: "tappedAuctionGroup",
   context_module: "auctionsRail",
   context_screen_owner_type: "home",
   destination_screen_owner_type: "sale",
   destination_screen_owner_id: "5e95b37a2fdcb20012a0e082",
   destination_screen_owner_slug: "forum-auctions-colour-theory-4",
   horizontal_slide_position: 3,
   module_height: "double",
   type: "thumbnail"
   signal_lot_watcher_count: 2,
   signal_bid_count: 1
 }

Hierarchy

Index

Properties

action

action: tappedAuctionGroup

context_module

context_module: ContextModule

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

Optional curation_boost

curation_boost: undefined | false | true

Optional destination_path

destination_path: undefined | string

Optional destination_screen_owner_id

destination_screen_owner_id: undefined | string

Optional destination_screen_owner_slug

destination_screen_owner_slug: undefined | string

Optional destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

Optional horizontal_slide_position

horizontal_slide_position: undefined | number

Optional module_height

module_height: EntityModuleHeight

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

type

Generated using TypeDoc