User Level Insights for Checklist
- 28 Feb 2025
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
User Level Insights for Checklist
- Updated On 28 Feb 2025
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
A Walkthrough Checklist is used to provide in-app training to your end users. After the training is made live to your end users, the User Level Insights help understand how many users have completed the Flows assigned to them.
Use the following steps to access the User level Insights for Walkthrough Checklist:
- On the Whatfix Mobile Dashboard, go to the app where you have created your projects.
- Click Insights.
- Select a Walkthrough Checklist project.
- Click User level analytics.InfoView the summary of tasks completed by your users with their User IDs.
- Click View details to get a detailed analysis.Info
User level analytics are not retained on the server. Instead, they are retrieved in real-time upon your request.
Use the following code snippets to pass User IDs to Whatfix Mobile:
Android
Java
Leap.setUniqueUserId('UNIQUE_USER_ID');
Swift
Swift
Leap.shared.setUniqueUserId("UNIQUE_USER_ID");
Objective-C
Objective-C
[[Leap shared] setUniqueUserId:@"UNIQUE_USER_ID"];
ReactNative
JavaScriptJavaScriptJavaScript
LeapReactNative.setUniqueUserId('UNIQUE_USER_ID');
Ionic
JavaScript
LeapPlugin.setUniqueUserId({userId:'<UNIQUE_USER_ID>'});
Cordova (Android)
JavaScriptJavaScriptJavaScript
cordova.plugin.LeapAndroid.setUniqueUserId("UNIQUE_USER_ID");
Cordova (iOS)
JavaScriptJavaScriptJavaScript
cordova.plugin.LeapiOS.setUniqueUserId("UNIQUE_USER_ID");
Xamarin Android
JavaScript
Leap.SetUniqueUserId("UNIQUE_USER_ID");
Xamarin iOS
JavaScript
Leap.Shared.SetUniqueUserId("UNIQUE_USER_ID");
Was this article helpful?