Keewano Unity SDK
|
Tracking milestones during the game tutorial is essential to understanding how users progress—and where they drop off—during onboarding. By monitoring these key tutorial events, you can pinpoint exactly where users are churning and take steps to improve the first-time user experience (FTUE). The reported milestones also enable our AI_agents to automatically build a detailed tutorial funnel, offering insights into why users might be dropping out at each step.
Use KeewanoSDK.ReportOnboardingMilestone
to log significant milestones reached during the onboarding process. The data is used to automatically generate a comprehensive FTUE funnel, with our AI_agents analyzing each step to determine potential reasons for user churn.
Simply provide a unique milestone name (e.g., "Tutorial Step 1 Completed") to this function. Each milestone must have a unique name and be reported only once during onboarding to ensure that analytics accurately reflect the user's progress.
This function is particularly useful when you want to:
For example, to record that a user has completed the first steps of the tutorial, call:
This call logs the milestones, allowing you to analyze user progress and optimize the tutorial experience.