Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedArtistArtworkImage

A user clicks the main artwork image in the artist header

This schema describes events sent to Segment from ClickedArtistArtworkImage

example
 {
   action: "clickedArtistArtworkImage",
   context_module: "artistHeader",
   context_page_owner_type: "artist",
   context_page_owner_id: "4dc45bd3f28df242d7000cb7",
   context_page_owner_slug: "seydou-keita"
   destination_page_owner_type: "artwork",
   destination_page_owner_id: "60de173a47476c000fd5c4cc",
   destination_page_owner_slug: "seydou-keita-sans-titre-ma-dot-ke-dot-142-box-neg-dot-00980"
 }

Hierarchy

  • ClickedArtistArtworkImage

Index

Properties

action

action: clickedArtistArtworkImage

context_module

context_module: ContextModule

context_page_owner_id

context_page_owner_id: string

context_page_owner_slug

context_page_owner_slug: string

context_page_owner_type

context_page_owner_type: PageOwnerType

destination_page_owner_id

destination_page_owner_id: string

destination_page_owner_slug

destination_page_owner_slug: string

destination_page_owner_type

destination_page_owner_type: PageOwnerType

Generated using TypeDoc