Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedVisitHelpCenter

A user clicks on the help center link during the checkout flow or in the order details page.

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

example
 {
   action: "clickedVisitHelpCenter",
   context_module: "OrdersDetail" | "OrdersCheckout",
   context_page_owner_type: "orders-detail" | "orders-checkout",
   context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
   destination_page_owner_type: "articles",
   destination_page_owner_slug: "artsy-help-center",
   flow: "Buy now" | "Make offer" | "Partner offer"
 }

Hierarchy

  • ClickedVisitHelpCenter

Index

Properties

action

action: clickedVisitHelpCenter

context_module

context_module: ContextModule

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: PageOwnerType

destination_page_owner_slug

destination_page_owner_slug: string

destination_page_owner_type

destination_page_owner_type: PageOwnerType

flow

flow: string

Generated using TypeDoc