Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedAuctionGroup

A user clicks a grouping of auctions on web

This schema describes events sent to Segment from clickedEntityGroup

example
 {
   action: "clickedAuctionGroup",
   context_module: "auctionsRail",
   context_page_owner_type: "home",
   destination_page_owner_type: "sale",
   destination_page_owner_id: "5e95b37a2fdcb20012a0e082",
   destination_page_owner_slug: "forum-auctions-colour-theory-4",
   horizontal_slide_position: 3,
   type: "thumbnail"
   signal_lot_watcher_count: 2,
   signal_bid_count: 1
 }

Hierarchy

Index

Properties

action

action: clickedAuctionGroup

context_module

context_module: ContextModule

Optional context_page_owner_id

context_page_owner_id: undefined | string

Optional context_page_owner_slug

context_page_owner_slug: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

Optional curation_boost

curation_boost: undefined | false | true

Optional destination_page_owner_id

destination_page_owner_id: undefined | string

Optional destination_page_owner_slug

destination_page_owner_slug: undefined | string

destination_page_owner_type

destination_page_owner_type: PageOwnerType

Optional horizontal_slide_position

horizontal_slide_position: undefined | number

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