Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 'User_ID' = the user's unique identifier (database field = user.userid )
     
Code Block
languagejs
titleSample User Detail data
collapsetrue
{
	"User_ID": "unique user id"
}

...

  • The 'event' always = "login"
  • The 'widgetName' = that of the widget used to initiate the loginlogin  
Code Block
languagejs
titleSample Login Success data
collapsetrue
{
	"event": "login",
	"widgetName": "widget-name"
}

...

  • The 'event' always = "logout"
  • The 'widgetName' = that of the widget used to initiate the logout
     logout 
Code Block
languagejs
titleSample Logout Success data
collapsetrue
{
	"event": "logout",
	"widgetName": "widget-name"
}

...