Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedGene

A user clicks one of the related categories(genes) in the artist about tab

This schema describes events sent to Segment from [[clickedGene]]

example
 {
   action: "clickedGene",
   context_module : "relatedCategories",
   context_page_owner_type: "artist",
   context_page_owner_id: "4d8b92b34eb68a1b2c0003f4",
   context_page_owner_slug: "andy-warhol",
   destination_page_owner_type: "gene",
   destination_page_owner_id: "52333b71a09a67177c000082",
   destination_page_owner_slug: "celebrity"
 }

Hierarchy

  • ClickedGene

Index

Properties

action

action: clickedGene

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

Generated using TypeDoc