Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedViewingRoomCard

A user clicks a viewing room card

This schema describes events sent to Segment from ClickedViewingRoomCard

example
 {
   action: "clickedViewingRoomCard",
   context_module: "viewingRoomCard",
   context_page_owner_type: "show",
   context_page_owner_id: "541890237261692168870700",
   context_page_owner_slug: "susan-eley-fine-art-susan-eley-fine-art-at-art-silicon-valley-slash-san-francisco",
   destination_page_owner_type: "viewing-room",
   destination_page_owner_id: "95f7dcfd-1996-45e1-9aab-979c38b2de59",
   destination_page_owner_slug: "susan-eley-fine-art-counterbalance",
   type: "thumbnail"
 }

Hierarchy

  • ClickedViewingRoomCard

Index

Properties

action

action: clickedViewingRoomCard

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

type

type: "thumbnail"

Generated using TypeDoc