Options
All
  • Public
  • Public/Protected
  • All
Menu

A user created an account

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

example
 {
   action: "createdAccount",
   auth_redirect: "https://artsy.net/artist/andy-warhol",
   context_module: "popUpModal",
   intent: "viewArtist",
   modal_copy: "Sign up to follow artists",
   onboarding: true,
   service: "email",
   trigger: "timed",
   trigger_seconds: 4,
   type: signup,
   user_id: "5bd8b675776bd6002c86526c"
 }

Hierarchy

  • CreatedAccount

Index

Properties

action

action: createdAccount

auth_redirect

auth_redirect: string

context_module

context_module: AuthContextModule

intent

intent: AuthIntent

Optional modal_copy

modal_copy: undefined | string

onboarding

onboarding: boolean

service

service: AuthService

trigger

trigger: AuthTrigger

Optional trigger_seconds

trigger_seconds: undefined | number

type

user_id

user_id: string

Generated using TypeDoc