Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedRegisterToBid

A user taps "Register to bid" on an iOS sale (auction) page

This schema describes events sent to Segment from tappedRegisterToBid

example
 {
   action: "tappedRegisterToBid",
   context_module: "auctionHome",
   context_screen_owner_type: "sale",
   context_screen_owner_id: "5f8085e733d847000e3af175",
   context_screen_owner_slug: "forum-auctions-only-banksy-1"
 }

Hierarchy

  • TappedRegisterToBid

Index

Properties

action

action: tappedRegisterToBid

context_module

context_module: ContextModule

context_screen_owner_id

context_screen_owner_id: string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

Generated using TypeDoc