Options
All
  • Public
  • Public/Protected
  • All
Menu

User sees address validation modals.

This schema describes events sent to Segment from ValidationAddressViewed.

example
 {
   action: "validationAddressViewed",
   context_module: "OrdersShipping",
   context_page_owner_type: "orders-shipping",
   context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
   user_id: "61bcda16515b038ce5000104"
   flow: "user adding shipping address",
   subject: "Check your delivery address",
option: "review and confirm",
 }

Hierarchy

  • ValidationAddressViewed

Index

Properties

action

action: validationAddressViewed

context_module

context_module: string

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: string

flow

flow: string

option

option: string

subject

subject: string

user_id

user_id: string

Generated using TypeDoc