Options
All
  • Public
  • Public/Protected
  • All
Menu

A user successfully logged in to their existing account

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

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

Hierarchy

  • SuccessfullyLoggedIn

Index

Properties

action

action: successfullyLoggedIn

auth_redirect

auth_redirect: string

context_module

context_module: AuthContextModule

intent

intent: AuthIntent

Optional modal_copy

modal_copy: undefined | string

service

service: AuthService

trigger

trigger: AuthTrigger

Optional trigger_seconds

trigger_seconds: undefined | number

type

user_id

user_id: string

Generated using TypeDoc