Options
All
  • Public
  • Public/Protected
  • All
Menu

A user clicks on a pathway to the artist's CV, via header or about page

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

example
 {
   action: "clickedCV",
   context_module : "artistHeader" | "artistAchievements",
   context_page_owner_type: "artist",
   context_page_owner_id?: "4d8b92b34eb68a1b2c0003f4",
   context_page_owner_slug?: "andy-warhol"
 }

Hierarchy

  • ClickedCV

Index

Properties

action

action: clickedCV

context_module

context_module: ContextModule

context_page_owner_id

context_page_owner_id: string

Optional context_page_owner_slug

context_page_owner_slug: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

Generated using TypeDoc