Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedMainArtworkGrid

A user taps on an artwork in the main artwork grid, which is the main product feed we can find on our core merchandising surfaces. Note: This event is separate from [[tappedArtworkGroup]] because it is an important and frequent event. Separating it out will make it easier for analysts to access.

This schema describes events sent to Segment from tappedMainArtworkGrid

example
 {
   action: "tappedMainArtworkGrid",
   context_module: "artworkGrid",
   context_screen_owner_type: "artist",
   context_screen_owner_id: "4d8b926a4eb68a1b2c0000ae",
   context_screen_owner_slug: "damien-hirst",
   destination_screen_owner_type: "artwork",
   destination_screen_owner_id: "53188b0d8b3b8192bb0005ae",
   destination_screen_owner_slug: "damien-hirst-anatomy-of-an-angel",
   type: "thumbnail"
   signal_label: "Limited-Time Offer",
 }

Hierarchy

  • TappedMainArtworkGrid

Index

Properties

action

action: tappedMainArtworkGrid

context_module

context_module: ContextModule

Optional context_screen

context_screen: undefined | string

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

destination_screen_owner_id

destination_screen_owner_id: string

destination_screen_owner_slug

destination_screen_owner_slug: string

destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

Optional position

position: undefined | number

Optional query

query: undefined | string

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

Optional sort

sort: undefined | string

type

type: "thumbnail"

Generated using TypeDoc