Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedLearnMore

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

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

example
 {
   action: "tappedLearnMore",
   context_module : "myCollectionArtworkInsights", // or myCollectionArtworkAbout
   context_screen_owner_type: "fair",
   context_screen_owner_id: "5f4d80c972737e000deff1ed",
   context_screen_owner_slug: "latitude-art-fair-2020",
   subject: "Learn More",
   flow: "Artsy Guarantee"
 }

Hierarchy

  • TappedLearnMore

Index

Properties

action

action: tappedLearnMore

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

Optional flow

flow: undefined | string

subject

subject: string

The text of the tapped button

Generated using TypeDoc