Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedAuctionResultItem

A user clicks an auction result on the artist or auction result page. Leads to price database for artist empty states.

This schema describes events sent to Segment from clickedEntityGroup

example
 {
   action: "clickedAuctionResultItem",
   context_module: "auctionResults",
   context_page_owner_type: "artist" | "auctionResult",
   context_page_owner_id: "4e9743d70307800001001236",
   context_page_owner_slug?: "paul-jenkins" | null,
   destination_page_owner_type: "auctionResult" | "priceDatabase",
   destination_page_owner_id?: "1220512",
   type: "thumbnail" | "viewAll" | "emptyState"
   expanded?: true | false | null
 }

Hierarchy

Index

Properties

action

action: clickedAuctionResultItem

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 expanded

expanded: undefined | false | true

Optional horizontal_slide_position

horizontal_slide_position: undefined | number

type

Generated using TypeDoc