Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedCollectionGroup

A user clicks a grouping of collections on web

This schema describes events sent to Segment from clickedEntityGroup

example
 {
   action: "clickedCollectionGroup",
   context_module: "collectionRail",
   context_page_owner_type: "home",
   destination_page_owner_type: "collection",
   destination_page_owner_slug: "limited-edition-prints-trending-artists",
   horizontal_slide_position: 2,
   type: "thumbnail"
 }

Hierarchy

Index

Properties

action

action: clickedCollectionGroup

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