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

Code Block Title
 {
"type": "route",
"data": {
"screen": "terms",
"params": {}
}
}

Term Details

Code Block Title
 {
"type": "route",
"data": {
"screen": "terms-details",
"params": {}
}
}

Search

Search
 {
"type": "route",
"data": {
"screen": "search",
"params": {}
}
}

Search Results

Search Results
 {
"type": "route",
"data": {
"screen": "search",
"params": {
"query": "Moul"
}
}
}

Sign In

Search Results
 {
"type": "route",
"data": {
"screen": "sign-in",
"params": {
"institutionId": "101732"
}
}
}

Login

Search Results
 {
"type": "route",
"data": {
"screen": "login",
"params": {
"institutionId": "101732"
}
}
}

Loading

Search Results
 {
"type": "route",
"data": {
"screen": "loading",
"params": {
"institutionId": "101732"
}
}
}

MFA

Search Results
 {
"type": "route",
"data": {
"screen": "mfa",
"params": {
"institutionId": "101732"
}
}
}

Select Accounts

Search Results
 {
"type": "route",
"data": {
"screen": "select-accounts",
"params": {
"institutionId": "101732"
}
}
}

Review Accounts

Search Results
 {
"type": "route",
"data": {
"screen": "review-accounts",
"params": {}
}
}

Done

Search Results
 {
"type": "route",
"data": {
"screen": "done",
"params": {}
}
}