Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedVisitHelpCenter

A user taps on the Visit Help Center link in the app

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

example
 {
   action: "tappedVisitHelpCenter",
   context_module: "OrdersDetail" | "OrdersCheckout",
   context_screen_owner_type: "orders-detail" | "orders-checkout",
   context_screen_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
   destination_screen_owner_type: "articles",
   destination_screen_owner_slug: "artsy-help-center",
   flow: "Buy now" | "Make offer" | "Partner offer"
 }

Hierarchy

  • TappedVisitHelpCenter

Index

Properties

action

action: tappedVisitHelpCenter

context_module

context_module: ContextModule

context_screen_owner_id

context_screen_owner_id: string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

destination_screen_owner_slug

destination_screen_owner_slug: string

destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

flow

flow: string

Generated using TypeDoc