Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedFairCard

A user clicks a fair card

This schema describes events sent to Segment from ClickedFairCard

example
 {
   action: "clickedFairCard",
   context_module: "fairCard",
   context_page_owner_type: "show",
   context_page_owner_id: "5df7daac8225960007129b4f",
   context_page_owner_slug: "mccormick-gallery-mccormick-gallery-at-palm-beach-modern-plus-contemporary-2020",
   destination_page_owner_type: "fair",
   destination_page_owner_id: "5df3e3fa485efe0012c37055",
   destination_page_owner_slug: "palm-beach-modern-plus-contemporary-2020",
   type: "thumbnail"
 }

Hierarchy

  • ClickedFairCard

Index

Properties

action

action: clickedFairCard

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