Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedPartnerCard

A user taps a partner card

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

example
 {
   action: "tappedPartnerCard",
   context_module: "partnerCard",
   context_screen_owner_type: "show",
   context_screen_owner_id: "5bb539507a931b299b243dd5",
   context_screen_owner_slug: "mccormick-gallery-vidvuds-zviedris-old-cities-and-ancient-walls",
   destination_screen_owner_type: "partner",
   destination_screen_owner_id: "4e2ed4c42ccd3c000100924f",
   destination_screen_owner_slug: "mccormick-gallery",
   type: "thumbnail"
 }

Hierarchy

  • TappedPartnerCard

Index

Properties

action

action: tappedPartnerCard

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