Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedFairCard

A user taps a fair card

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

example
 {
   action: "tappedFairCard",
   context_module: "fairCard",
   context_screen_owner_type: "show",
   context_screen_owner_id: "5df7daac8225960007129b4f",
   context_screen_owner_slug: "mccormick-gallery-mccormick-gallery-at-palm-beach-modern-plus-contemporary-2020",
   destination_screen_owner_type: "fair",
   destination_screen_owner_id: "5df3e3fa485efe0012c37055",
   destination_screen_owner_slug: "palm-beach-modern-plus-contemporary-2020",
   type: "thumbnail"
 }

Hierarchy

  • TappedFairCard

Index

Properties

action

action: tappedFairCard

context_module

context_module: ContextModule

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

destination_screen_owner_id

destination_screen_owner_id: string

destination_screen_owner_slug

destination_screen_owner_slug: string

destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

type

type: "thumbnail"

Generated using TypeDoc