Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedSellArtwork

A user taps a Sell button in SWA banner on My Collection Artwork page

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

example
 {
   action: "tappedSellArtwork",
   context_module : "myCollectionArtworkInsights", // or myCollectionArtworkAbout
   context_screen_owner_type: "myCollectionAddArtworkArtist",
   context_screen_owner_id: "58de681f275b2464fcdde097",
   context_screen_owner_slug: "anthony-hunter",
   subject: "Skip choosing artwork"
 }

Hierarchy

  • TappedSellArtwork

Index

Properties

action

action: tappedSellArtwork

context_module

context_module: ContextModule

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

subject

subject: string

The text of the tapped button

Generated using TypeDoc