Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedOnReadMore

A user clicks on the read more link on the private artwork page.

This schema describes events sent to Segment from ClickedOnReadMore

example
 {
   action: "clickedOnReadMore",
   context_module: "About the work" | "About the artist" | "Sidebar",
   subject: "Read more"
   type: "Link"
 }

Hierarchy

  • ClickedOnReadMore

Index

Properties

action

action: clickedOnReadMore

context_module

context_module: string

subject

subject: string

type

type: string

Generated using TypeDoc