Once Amplitude connects to onboarding.online, you can analyze drop-offs per step, measure screen time, track button clicks, e.t.c.
For detailed instructions on how to implement this, you can refer to our previous articles:
How to set up Amplitude analytics to an IOS project.
How to set up Amplitude analytics to a Web2App project.
Steps to configure Amplitude reports:
Go to your Amplitude dashboard.
Select "Charts" → "Funnel".
You need to select the sequence of events you want to analyze. Typically, this includes:
Screen views (e.g.,
screenDidAppear
filtered byscreenName
)Button clicks (e.g.,
firstFooterButtonPressed
filtered byscreenName
)
For a full list of available events, check:
4. Add any relevant events to understand how users progress through your funnel. This will help identify where drop-offs occur.