User Level Insights for Checklist
- 26 Aug 2024
- 1 Minute To Read
-
Print
-
DarkLight
-
PDF
User Level Insights for Checklist
- Updated On 26 Aug 2024
- 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, you can understand how many users have completed the Flows assigned to them using the User Level Insights.
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 analyticsYour title goes hereView the summary of tasks completed by your users with their User IDs.
- Click View details to get a detailed analysis.Your title goes here
User-level analytics are not retained on the server. Instead, they are retrieved in real-time upon your request.
Use the following code snippet 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?