Hello, I have a question regarding user attribution before logged in
I have a banking application which users can transfer money, open saving / fixed account, and many more like other banking apps do.
My main focus right now is to know what kind of users try to open the accounts e.g., new banking user, or existing banking user. Here are the steps that the user need to proceed
- View Onboarding page
- View Services page where they can select a service. In this case let say ‘Open Fixed Account’
- Enter National ID Card Number
- Verify Personal Data - we collect user prop as ‘user_status’
From the steps above, we are able to know who the user is after they enter national id card successfully. However, we have no data for the first two steps.
My question is
I wonder if there are any ways we can identify user before they do login, whether they are new or existing banking users who try to open the fixed account from the very first step they enter to the app (but not login or enter national id card yet) ?
is it possible to use funnel analysis and group by ‘user_status’ in the last step ? so that we can know the difference between new vs existing to bank user who try to open the account