After the funnel

In the funnel when a user closes the app, the redirect URL (defined in your Bridge dashboard) is called.

This url is enriched with some parameters depending of the situation :

  • user_uuid : id of the user in the funnel
  • item_id : id of the item who has been added / edited / refreshed
  • success : the status (true or false) of the funnel when the user has left it
  • step: (only when success = false) the step in the funnel where the user has left it by clicking on the redirect or the quit button

Possible steps

The parameter step set in the URL can be one of those defined in the list:

  • welcome_page
  • email_validation_form
  • highlighted_banks
  • list_banks
  • sub_banks_list
  • bank_creds_form
  • edit_bank_creds_form
  • sync_in_progress
  • otp_form
  • sync_success
  • sync_error
  • sync_pending
  • pro_validation_form

Example

MY_REDIRECT_URL?item_id=ITEM_ID&user_uuid=USER_UUID&success=false&step=sync_pending