Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelectedItemFromPriceDatabaseSearch

A user selects an artist from the Price Database artist search

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

example
 {
   action: "selectedItemFromPriceDatabaseSearch",
   context_module: "priceDatabaseLanding",
   context_owner_type: "priceDatabase",
   owner_type: "artist",
   owner_id: "5df3e3fa485efe0012c37055",
   owner_slug: "andy-warhol",
   query: "andy warhol"
 }

Hierarchy

  • SelectedItemFromPriceDatabaseSearch

Index

Properties

action

action: selectedItemFromPriceDatabaseSearch

context_module

context_module: priceDatabaseLanding

context_owner_type

context_owner_type: priceDatabase

owner_id

owner_id: string

owner_slug

owner_slug: string

owner_type

owner_type: artist

query

query: string

Generated using TypeDoc