Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedRequestPriceEstimate

A user taps on the “request a price estimate” banner

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

example
 {
   action: "tappedRequestPriceEstimate",
   context_module: "myCollectionArtworkInsights",
   context_screen: "myCollectionArtworkInsights",
   context_screen_owner_type: "myCollectionArtwork",
   context_screen_owner_id: "5fad78273c8451000d0c53b9"
   context_screen_owner_slug: "andy-warhol"
   demand_index: 8.9
 }

Hierarchy

  • TappedRequestPriceEstimate

Index

Properties

action

action: tappedRequestPriceEstimate

context_module

context_screen

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: myCollectionArtwork

Optional demand_index

demand_index: undefined | number

Generated using TypeDoc