Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedArtistSeriesGroup

A user clicks a grouping of artist series on web.

If the series is boosted by the curation team, set curation_boost to true.

This schema describes events sent to Segment from clickedEntityGroup

example
 {
   action: "clickedArtistSeriesGroup",
   context_module: "moreSeriesByThisArtist",
   context_page_owner_type: "artistSeries",
   context_page_owner_id: "5359794d1a1e86c3740001f7",
   context_page_owner_slug: "alex-katz-departure",
   destination_page_owner_type: "artistSeries",
   destination_page_owner_id: "5359794d1a1e86c3740001f7",
   destination_page_owner_slug: "alex-katz-black-dress",
   curation_boost: true,
   horizontal_slide_position: 1,
   type: "thumbnail"
 }

Hierarchy

Index

Properties

action

action: clickedArtistSeriesGroup

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: artistSeries

Optional horizontal_slide_position

horizontal_slide_position: undefined | number

type

Generated using TypeDoc