Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedPartnerCard

A user clicks a partner card

This schema describes events sent to Segment from ClickedPartnerCard

example
 {
   action: "clickedPartnerCard",
   context_module: "partnerCard",
   context_page_owner_type: "show",
   context_page_owner_id: "5bb539507a931b299b243dd5",
   context_page_owner_slug: "mccormick-gallery-vidvuds-zviedris-old-cities-and-ancient-walls",
   destination_page_owner_type: "partner",
   destination_page_owner_id: "4e2ed4c42ccd3c000100924f",
   destination_page_owner_slug: "mccormick-gallery",
   type: "thumbnail"
 }

Hierarchy

  • ClickedPartnerCard

Index

Properties

action

action: clickedPartnerCard

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