Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedMainArtworkGrid

A user clicks on an artwork in the main artwork grid, which is the main product feed we can find on our core merchandising surfaces. Currently, this event only fires on our new artwork grids on the following pages: Collect, Collection, Artist works-for-sale, and Search Results. Note: This event is separate from [[clickedArtworkGroup]] because it is an important and frequent event. Separating it out will make it easier for analysts to access.

This schema describes events sent to Segment from clickedMainArtworkGrid

example
 {
   action: "clickedMainArtworkGrid",
   context_module: "artworkGrid",
   context_page_owner_type: "artist",
   context_page_owner_id: "4d8b926a4eb68a1b2c0000ae",
   context_page_owner_slug: "damien-hirst",
   destination_page_owner_type: "artwork",
   destination_page_owner_id: "53188b0d8b3b8192bb0005ae",
   destination_page_owner_slug: "damien-hirst-anatomy-of-an-angel",
   type: "thumbnail"
 }

Hierarchy

  • ClickedMainArtworkGrid

Index

Properties

action

action: clickedMainArtworkGrid

context_module

context_module: ContextModule

Optional context_page_owner_id

context_page_owner_id: undefined | string

Optional context_page_owner_slug

context_page_owner_slug: undefined | 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

Optional position

position: undefined | number

Optional sort

sort: undefined | string

type

type: "thumbnail"

Generated using TypeDoc