Top
User Level Insights for Checklist
  • 26 Aug 2024
  • 1 Minute To Read
  • Dark
    Light
  • PDF

User Level Insights for Checklist

  • Dark
    Light
  • PDF

Article summary

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:

  1. On the Whatfix Mobile Dashboard, go to the app where you have created your projects.
    dashboard_select_app
  2. Click Insights.
    app_insights
  3. Select a Walkthrough Checklist project.
    walkthrough_checklist
  4. Click User level analytics
    click_user_analytics

    Your title goes here
    View the summary of tasks completed by your users with their User IDs.

  5. 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?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.