Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedVerifyIdentity

A user clicks into the identity verification flow on web

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

example
 {
   action: "clickedVerifyIdentity",
   context_module: "yourActiveBids",
   context_page_owner_type: "auctions",
   sale_id: "5fad78273c8451000d0c53b9"
   subject: "Complete registration"
 }

Hierarchy

  • ClickedVerifyIdentity

Index

Properties

action

action: clickedVerifyIdentity

context_module

context_module: ContextModule

Optional context_page_owner_id

context_page_owner_id: undefined | string

Optional context_page_owner_slug

context_page_owner_slug: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

Optional sale_id

sale_id: undefined | string

subject

subject: string

Generated using TypeDoc