Options
All
  • Public
  • Public/Protected
  • All
Menu

A user views express checkout

This schema describes events sent to Segment from ExpressCheckoutViewed

example
 {
   action: "expressCheckoutViewed",
   context_page_owner_type: "ordersShipping",
   context_page_owner_slug: "radna-segal-pearl",
   context_page_owner_id: "6164889300d643000db86504",
   flow: "Buy now" | "Make offer" | "Partner offer"
   credit_card_wallet_types: ["applePay", "googlePay"]
 }

Hierarchy

  • ExpressCheckoutViewed

Index

Properties

action

action: expressCheckoutViewed

context_page_owner_id

context_page_owner_id: string

context_page_owner_slug

context_page_owner_slug: string

context_page_owner_type

context_page_owner_type: OwnerType

credit_card_wallet_types

credit_card_wallet_types: string[]

flow

flow: string

Generated using TypeDoc