Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedArtworkGroup

A user clicks a grouping of artworks on web. This includes all artwork groupings (i.e. artwork rails), except the main artwork grid on our core merchandising surfaces. For our main artwork grids, we use the event clickedMainArtworkGrid.

This schema describes events sent to Segment from clickedEntityGroup

example
 {
   action: "clickedArtworkGroup",
   context_module: "newWorksByArtistsYouFollowRail",
   context_page_owner_type: "home",
   destination_page_owner_type: "artwork",
   destination_page_owner_id: "5e9a7a238483bf000e2c4c5e",
   destination_page_owner_slug: "romain-jacquet-lagreze-makeshift-garden-hong-kong",
   horizontal_slide_position: 1,
   type: "thumbnail"
 }

Hierarchy

Index

Properties

action

action: clickedArtworkGroup

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

Optional curation_boost

curation_boost: undefined | false | true

Optional destination_page_owner_id

destination_page_owner_id: undefined | string

Optional destination_page_owner_slug

destination_page_owner_slug: undefined | string

destination_page_owner_type

destination_page_owner_type: PageOwnerType

Optional horizontal_slide_position

horizontal_slide_position: undefined | number

type

Generated using TypeDoc