Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedVisitHelpCenter

A user taps on the Visit Help Center link in the app context_page_owner_id is either an orderID or conversationID

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

example
 {
   action: "tappedVisitHelpCenter",
   context_module: "ordersDetail" | "ordersCheckout" | "conversations",
   context_screen_owner_type: "orders-detail" | "orders-checkout" | "conversation",
   context_screen_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b" | "549186",
   destination_screen_owner_type: "articles",
   destination_screen_owner_slug: "0TO3b000000UessGAC/buy" | "0TO3b000000UevEGAS/contacting-a-gallery",
   flow: "Buy now" | "Make offer" | "Partner offer" | "Inquiry"
 }

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