Route Events 2.0 (optional)
Route events capture the name of the screen that the user is interacting with as they navigate through the Connect application.
Terms
{
"type": "route",
"data": {
"screen": "terms",
"params": {}
}
}
Term Details
{
"type": "route",
"data": {
"screen": "terms-details",
"params": {}
}
}
Search
{
"type": "route",
"data": {
"screen": "search",
"params": {}
}
}
Search Results
{
"type": "route",
"data": {
"screen": "search",
"params": {
"query": "Moul"
}
}
}
Sign In
{
"type": "route",
"data": {
"screen": "sign-in",
"params": {
"institutionId": "101732"
}
}
}
Login
{
"type": "route",
"data": {
"screen": "login",
"params": {
"institutionId": "101732"
}
}
}
Loading
{
"type": "route",
"data": {
"screen": "loading",
"params": {
"institutionId": "101732"
}
}
}
MFA
{
"type": "route",
"data": {
"screen": "mfa",
"params": {
"institutionId": "101732"
}
}
}
Select Accounts
{
"type": "route",
"data": {
"screen": "select-accounts",
"params": {
"institutionId": "101732"
}
}
}
Review Accounts
{
"type": "route",
"data": {
"screen": "review-accounts",
"params": {}
}
}
Done
{
"type": "route",
"data": {
"screen": "done",
"params": {}
}
}